+util-linux (2.12r-14) unstable; urgency=low
+
+ * Make that 11 for hwclock.sh, since we need / to be writable for the
+ adjfile.
+
+ -- LaMont Jones <lamont@debian.org> Tue, 31 Oct 2006 15:01:01 -0700
+
util-linux (2.12r-13) unstable; urgency=low
* NFS seems to not like 127.0.0.1 as a client ID for everyone.
model=$(uname -m)
if [ ${model%x} != "s390" ]; then
update-rc.d -f hwclock.sh remove 2>/dev/null > /dev/null
- update-rc.d hwclock.sh start 8 S . stop 25 0 6 . > /dev/null
+ update-rc.d hwclock.sh start 11 S . stop 25 0 6 . > /dev/null
update-rc.d -f hwclockfirst.sh remove 2>/dev/null > /dev/null
- #update-rc.d hwclockfirst.sh start 18 S . > /dev/null
fi
fi