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

Petter Reinholdtsen pere at costa.debian.org
Tue Sep 5 21:13:55 UTC 2006


Author: pere
Date: 2006-09-05 21:13:55 +0000 (Tue, 05 Sep 2006)
New Revision: 835

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/mtab.sh
Log:
  * Change LSB dependency info for mtab.sh.  It need a writable root
    file system to update /etc/mtab, and should thus depend on
    checkroot, not mountall.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-05 20:38:39 UTC (rev 834)
+++ sysvinit/trunk/debian/changelog	2006-09-05 21:13:55 UTC (rev 835)
@@ -31,6 +31,9 @@
     and /sbin/setup.sh.  It was only to be used during installation,
     and the installer no longer need it.  Add a init.d script if you
     need the functionallity.
+  * Change LSB dependency info for mtab.sh.  It need a writable root
+    file system to update /etc/mtab, and should thus depend on
+    checkroot, not mountall.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 26 Jul 2006 11:37:23 +0200
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mtab.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mtab.sh	2006-09-05 20:38:39 UTC (rev 834)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mtab.sh	2006-09-05 21:13:55 UTC (rev 835)
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          mtab
-# Required-Start:    mountall
+# Required-Start:    checkroot
 # Required-Stop:
 # Default-Start:     S
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list