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

Petter Reinholdtsen pere at alioth.debian.org
Tue Oct 6 15:03:20 UTC 2009


Author: pere
Date: 2009-10-06 15:03:19 +0000 (Tue, 06 Oct 2009)
New Revision: 1795

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/src/initscripts/etc/init.d/mountnfs-bootclean.sh
Log:
Make mountnfs-bootclean.sh also depend on $local_fs, to avoid
surprises on systems where the admin removed mountnfs.sh from
rcS.d/.  It is not a good idea to remove it, but there is no need
for the script to fail when someone is crazy enough to remove a
essential init.d script

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-10-02 06:22:58 UTC (rev 1794)
+++ sysvinit/trunk/debian/changelog	2009-10-06 15:03:19 UTC (rev 1795)
@@ -29,6 +29,11 @@
   * Include url to wiki page with information on how to fix the
     problems when unable to migrate to dependency based boot
     sequencing.
+  * Make mountnfs-bootclean.sh also depend on $local_fs, to avoid
+    surprises on systems where the admin removed mountnfs.sh from
+    rcS.d/.  It is not a good idea to remove it, but there is no need
+    for the script to fail when someone is crazy enough to remove a
+    essential init.d script
 
   [ 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/mountnfs-bootclean.sh
===================================================================
--- sysvinit/trunk/debian/src/initscripts/etc/init.d/mountnfs-bootclean.sh	2009-10-02 06:22:58 UTC (rev 1794)
+++ sysvinit/trunk/debian/src/initscripts/etc/init.d/mountnfs-bootclean.sh	2009-10-06 15:03:19 UTC (rev 1795)
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          mountnfs-bootclean
-# Required-Start:    mountnfs
+# Required-Start:    $local_fs mountnfs
 # Required-Stop:
 # Default-Start:     S
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list