]> err.no Git - util-linux/commitdiff
v2.12r-14
authorLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:08:32 +0000 (17:08 -0600)
committerLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:08:32 +0000 (17:08 -0600)
debian/changelog
debian/postinst

index 035ec244304a84efa796b9a00602a870565cdda0..6c42a3c54c40c6b754c815e3d6f145deb98ba835 100644 (file)
@@ -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 <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.
index 3f9483e3771e51bd7c0a8a1fda0223f417a9cbc8..ff53539d0a653f6e3d4659d9d1c4f8e4c61817c0 100644 (file)
@@ -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