I see that accesses to adjtime have been moved earlier in the boot sequence.
This doesn't bring us closer to the goal of moving the file to 
/var/lib/hwclock/adjtime.

[EMAIL PROTECTED]:/etc/rcS.d$ grep adjtime *
S18hwclockfirst.sh:             if [ ! -f /etc/adjtime ] && [ ! -e /etc/adjtime 
]; then
S18hwclockfirst.sh:                 echo "0.0 0 0.0" > /etc/adjtime
S18hwclockfirst.sh:                 # hwclock --systohc, or you must delete 
/etc/adjtime
S18hwclockfirst.sh:                 # /etc/adjtime if you ever need to set the 
system clock
S22hwclock.sh:          if [ ! -f /etc/adjtime ] && [ ! -e /etc/adjtime ]; then
S22hwclock.sh:              echo "0.0 0 0.0" > /etc/adjtime
S22hwclock.sh:              # hwclock --systohc, or you must delete /etc/adjtime
S22hwclock.sh:              # /etc/adjtime if you ever need to set the system 
clock

I also see that base-files.postinst initializes /etc/adjtime, so the removal
of the file to /var/lib/hwclock/ will have to be coordinated with base-files.

[EMAIL PROTECTED]:/var/lib/dpkg/info$ grep adjtime *.p*
base-files.postinst:if [ ! -f /etc/adjtime ]; then
base-files.postinst:  echo "0.000000 1121000000 0.000000" > /etc/adjtime
base-files.postinst:  echo "1121000000" >> /etc/adjtime
base-files.postinst:  echo "UTC" >> /etc/adjtime
base-files.postinst:  chmod 644 /etc/adjtime

-- 
Thomas Hood


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to