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

Petter Reinholdtsen pere at alioth.debian.org
Fri Sep 25 18:15:20 UTC 2009


Author: pere
Date: 2009-09-25 18:15:19 +0000 (Fri, 25 Sep 2009)
New Revision: 1786

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/src/initscripts/etc/init.d/checkfs.sh
Log:
Drop optional dependency from checkfs to cryptdisks, the
cryptdisks script have a reverse dependency on checkfs, and that
is a better way to do it.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-09-22 03:07:25 UTC (rev 1785)
+++ sysvinit/trunk/debian/changelog	2009-09-25 18:15:19 UTC (rev 1786)
@@ -10,6 +10,9 @@
     in /var/lib/update-rc.d.  Discovered from piuparts.
   * Report error from update-rc.d when insserv reject a script, to
     make it more clear what program call failed in a postinst.
+  * Drop optional dependency from checkfs to cryptdisks, the
+    cryptdisks script have a reverse dependency on checkfs, and that
+    is a better way to do it.
 
   [ Henrique de Moraes Holschuh ]
   * invoke-rc.d: return exit status 4 when action "status" is denied,

Modified: sysvinit/trunk/debian/src/initscripts/etc/init.d/checkfs.sh
===================================================================
--- sysvinit/trunk/debian/src/initscripts/etc/init.d/checkfs.sh	2009-09-22 03:07:25 UTC (rev 1785)
+++ sysvinit/trunk/debian/src/initscripts/etc/init.d/checkfs.sh	2009-09-25 18:15:19 UTC (rev 1786)
@@ -3,7 +3,7 @@
 # Provides:          checkfs
 # Required-Start:    checkroot
 # Required-Stop:
-# Should-Start:      mtab cryptdisks
+# Should-Start:      mtab
 # Default-Start:     S
 # Default-Stop:
 # X-Interactive:     true




More information about the Pkg-sysvinit-commits mailing list