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

Petter Reinholdtsen pere at costa.debian.org
Fri Sep 8 06:29:50 UTC 2006


Author: pere
Date: 2006-09-08 06:29:49 +0000 (Fri, 08 Sep 2006)
New Revision: 860

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/rc.local
   sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd
Log:
  * Let init.d/stop-bootlogd depend on rmnologin to make sure it
    executes late in the boot.
  * Drop the $all dependency for rc.local, to allow it to start early
    in the boot.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-08 06:28:13 UTC (rev 859)
+++ sysvinit/trunk/debian/changelog	2006-09-08 06:29:49 UTC (rev 860)
@@ -10,6 +10,10 @@
     sure /dev/ is mounted.
   * Change checkroot.sh to use a private tmpfs file system for its
     device file if it is missing from /dev/. (Closes: #386347)
+  * Let init.d/stop-bootlogd depend on rmnologin to make sure it
+    executes late in the boot.
+  * Drop the $all dependency for rc.local, to allow it to start early
+    in the boot.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu,  7 Sep 2006 15:41:23 +0200
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/rc.local
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/rc.local	2006-09-08 06:28:13 UTC (rev 859)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/rc.local	2006-09-08 06:29:49 UTC (rev 860)
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          rc.local
-# Required-Start:    $local_fs $remote_fs $all
+# Required-Start:    $local_fs $remote_fs
 # Required-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd	2006-09-08 06:28:13 UTC (rev 859)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd	2006-09-08 06:29:49 UTC (rev 860)
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          stop-bootlogd
-# Required-Start:    $remote_fs
+# Required-Start:    $remote_fs rmnologin
 # Required-Stop:
 # Default-Start:     1 2 3 4 5
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list