#782314 fake-hwclock: packages should not routinely write into /etc. fake-hwclock.data should be in /var

#782314#5
Date:
2015-04-10 10:28:03 UTC
From:
To:
It's generally not a good idea for packages to routimely write in /etc.

Wouldn't it be better to move the /etc/fake-hwclock.data file to /var/lib/fake-hwclock/fake-hwclock.data ...

#782314#10
Date:
2015-04-10 10:41:50 UTC
From:
To:
Hi Rick!

Normally you'd be right, but fake-hwclock is a special package by its
very nature. Its data has to be accessible *before* any filesystems
are fscked or mounted normally, so that it can set the clock before
fsck complains about things like "last mount time in the future".
Unfortunately, there is no guarantee of this happening if the stored
clock state is stored under /var. About the only safe place I can see
here is /etc...

#782314#17
Date:
2015-04-12 16:25:25 UTC
From:
To:
Hi!

Thanks for the clarification.  I see your point.

Rick