diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-05-24 20:23:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-05-24 20:23:07 +0200 |
commit | 7948c4dfbea73ac21250b588089039aa17a90386 (patch) | |
tree | affd1ba0a14936f4c19452fd1219c8c65dc137fc /Makefile.am | |
parent | 359306dfe552228716b8da5cf989da8d0e23a297 (diff) |
rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)
We check for LOCAL in /etc/adjtime and if needed, ask the kernel to
apply the timezone delta to the system clock.
The very first call of settimeofday() without a time, but a timezone
warps the system clock, so that it properly runs in UTC.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 120c6034e2..1fc91639c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -274,7 +274,6 @@ dist_systemunit_DATA = \ units/sys-kernel-security.mount \ units/var-run.mount \ units/media.mount \ - units/hwclock-load.service \ units/hwclock-save.service \ units/remount-rootfs.service \ units/printer.target \ @@ -1430,9 +1429,6 @@ endif ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \ rm -f remote-fs.target && \ $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target ) - ( cd $(DESTDIR)$(pkgsysconfdir)/system/sysinit.target.wants && \ - rm -f hwclock-load.service && \ - $(LN_S) $(systemunitdir)/hwclock-load.service hwclock-load.service ) ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \ rm -f dev-hugepages.automount \ dev-mqueue.automount \ |