[Pkg-sysvinit-commits] r1161 - in sysvinit/trunk/debian: . initscripts/etc/init.d

pere at alioth.debian.org pere at alioth.debian.org
Sun Dec 30 15:49:35 UTC 2007


Author: pere
Date: 2007-12-30 15:49:35 +0000 (Sun, 30 Dec 2007)
New Revision: 1161

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh
   sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh
Log:
  * Added hostname, hdparm and bootlogd as a dependencies for checkroot,
    to make sure the script are run before the root file system is
    checked.
  * Added mtab and udev-mtab as dependencies for checkfs to make sure
    the script are run after the root is writable and before the other
    file system is checked.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-30 15:01:43 UTC (rev 1160)
+++ sysvinit/trunk/debian/changelog	2007-12-30 15:49:35 UTC (rev 1161)
@@ -2,8 +2,12 @@
 
   * UNRELEASED
 
-  * Add hostname as a dependency for checkroot, to make sure the
-    hostname is set before the root file system is checked?
+  * Added hostname, hdparm and bootlogd as a dependencies for checkroot,
+    to make sure the script are run before the root file system is
+    checked.
+  * Added mtab and udev-mtab as dependencies for checkfs to make sure
+    the script are run after the root is writable and before the other
+    file system is checked.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 30 Dec 2007 14:32:52 +0100
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh	2007-12-30 15:01:43 UTC (rev 1160)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh	2007-12-30 15:49:35 UTC (rev 1161)
@@ -3,7 +3,7 @@
 # Provides:          checkfs
 # Required-Start:    checkroot
 # Required-Stop:
-# Should-Start:      modutils lvm cryptdisks
+# Should-Start:      modutils lvm cryptdisks mtab udev-mtab
 # Should-Stop:
 # Default-Start:     S
 # Default-Stop:

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh	2007-12-30 15:01:43 UTC (rev 1160)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh	2007-12-30 15:49:35 UTC (rev 1161)
@@ -3,7 +3,7 @@
 # Provides:          checkroot
 # Required-Start:    mountdevsubfs hostname
 # Required-Stop:     
-# Should-Start:      keymap hwclockfirst
+# Should-Start:      keymap hwclockfirst hdparm bootlogd
 # Should-stop:
 # Default-Start:     S
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list