[Initscripts-ng-commits] r196 - in /trunk/src/insserv/debian: changelog overrides/hotplug

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Sep 10 16:35:29 UTC 2006


Author: pere
Date: Sun Sep 10 16:35:29 2006
New Revision: 196

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=196
Log:
Correct override file for hotplut, it should stop before .

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/overrides/hotplug

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=196&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun Sep 10 16:35:29 2006
@@ -11,6 +11,7 @@
     'single' script showing up in runlevel S, and also avoid fixing
     the sequence number to the values used by SuSe.
   * Correct override file for hotplug-net, it should depend on $local_fs.
+  * Correct override file for hotplut, it should stop before $local_fs.
   * Modify patch 31_debian_conf to also list ifupdown as part of the
     $network facility, to make $network available in runlevel 0 and 6.
 

Modified: trunk/src/insserv/debian/overrides/hotplug
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/overrides/hotplug?rev=196&op=diff
==============================================================================
--- trunk/src/insserv/debian/overrides/hotplug (original)
+++ trunk/src/insserv/debian/overrides/hotplug Sun Sep 10 16:35:29 2006
@@ -1,7 +1,7 @@
 ### BEGIN INIT INFO
 # Provides:          hotplug
 # Required-Start:    mountdevsubfs checkroot $local_fs
-# Required-Stop:     mountdevsubfs
+# Required-Stop:     $local_fs
 # Default-Start:     S
 # Default-Stop:      0 6
 ### END INIT INFO




More information about the Initscripts-ng-commits mailing list