On Mon, Feb 15, 2021 at 10:16:30AM +0100, Karel Zak wrote: > On Fri, Feb 12, 2021 at 11:04:59AM -0600, Bruce Dubbs wrote: > > I don't recall if this has come up before, but I suggest a couple of changes > > to the default util-linux build configuuration: > > > > 1. Change the default ADJTIME_PATH to be /var/lib/hwclock/adjtime > > Good idea. I'll do that. Hmm... I remembered now that we have in our TODO: hwclock ------ - use /var/lib/hwclock/drift to store hw-clock drift numbers. - use /etc/adjtime as read-only for UTC/LOCAL information only - the /var/lib/hwclock/drift should be implemented backwardly compatible, it means use the file only if exists, otherwise follow /etc/adjtime so maybe the best would be to keep ADJTIME_PATH=/etc/adjtime and use it as read-only and use ${localstatedir}/lib/hwclock/drift for the rest. Note that ADJTIME_PATH is used by more utils, like rtcwake or systemd, so move it is not so easy. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com