From 7af0f360f03b952c2d905247c39332ce03002abd Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sun, 8 Jul 2007 17:08:32 -0600 Subject: [PATCH] v2.12r-14 --- debian/changelog | 7 +++++++ debian/postinst | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 035ec244..6c42a3c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 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. diff --git a/debian/postinst b/debian/postinst index 3f9483e3..ff53539d 100644 --- a/debian/postinst +++ b/debian/postinst @@ -26,9 +26,8 @@ if [ "$(uname -s)" = "Linux" ]; then 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 -- 2.39.5