Comment 1 for bug 1541532

Revision history for this message
Martin Pitt (pitti) wrote :

> 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.