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

pere at alioth.debian.org pere at alioth.debian.org
Fri Mar 14 17:21:41 UTC 2008


Author: pere
Date: 2008-03-14 17:21:40 +0000 (Fri, 14 Mar 2008)
New Revision: 1256

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh
Log:
  * Adjust init.d script dependencies for bootmisc.sh, as it can run
    before $remote_fs and need to run after both udev and hostname.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-03-03 09:51:04 UTC (rev 1255)
+++ sysvinit/trunk/debian/changelog	2008-03-14 17:21:40 UTC (rev 1256)
@@ -5,6 +5,8 @@
   * Adjust debian/rules to support cross building (Closes: #466148).
   * Change init.d/rc to disable startpar concurrency if insserv isn't
     enabled and if startpar fail to run.
+  * Adjust init.d script dependencies for bootmisc.sh, as it can run
+    before $remote_fs and need to run after both udev and hostname.
 
  -- Petter Reinholdtsen <pere at localhost>  Sun, 02 Mar 2008 11:27:34 +0100
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh	2008-03-03 09:51:04 UTC (rev 1255)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh	2008-03-14 17:21:40 UTC (rev 1256)
@@ -1,8 +1,9 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          bootmisc
-# Required-Start:    $remote_fs
+# Required-Start:    $local_fs
 # Required-Stop:
+# Should-Start:      udev hostname
 # Default-Start:     S
 # Default-Stop:
 # Short-Description: Miscellaneous things to be done during bootup.




More information about the Pkg-sysvinit-commits mailing list