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

pere at alioth.debian.org pere at alioth.debian.org
Sun Dec 30 16:14:54 UTC 2007


Author: pere
Date: 2007-12-30 16:14:54 +0000 (Sun, 30 Dec 2007)
New Revision: 1162

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh
Log:
libdevmapper should start before checkfs too.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-30 15:49:35 UTC (rev 1161)
+++ sysvinit/trunk/debian/changelog	2007-12-30 16:14:54 UTC (rev 1162)
@@ -5,9 +5,9 @@
   * 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.
+  * Added, libdevmapper, 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:49:35 UTC (rev 1161)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh	2007-12-30 16:14:54 UTC (rev 1162)
@@ -3,7 +3,7 @@
 # Provides:          checkfs
 # Required-Start:    checkroot
 # Required-Stop:
-# Should-Start:      modutils lvm cryptdisks mtab udev-mtab
+# Should-Start:      modutils lvm cryptdisks mtab udev-mtab libdevmapper
 # Should-Stop:
 # Default-Start:     S
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list