> do no actual drift correction at boot, as the kernel does that by itself
I found that the only place which potentially would do that is /etc/init.d/hwclock.sh, but this would only be run under SysV init which we never supported and don't even have binary packages for. Under upstart, /etc/init/hwclock.conf uses --noadjfile and parses the UTC setting from /etc/default/rcS (that needs to be fixed), under systemd the file is masked and systemd itself parses the third line to determine UTC vs. LOCAL. I'm currently running an archive grep for "default/rcS|adjtime" to find and review all users of either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541532 Title: migrate UTC setting from /etc/default/rcS to adjtime To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1541532/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
