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

Petter Reinholdtsen pere at alioth.debian.org
Tue Jul 14 20:17:42 UTC 2009


Author: pere
Date: 2009-07-14 20:17:40 +0000 (Tue, 14 Jul 2009)
New Revision: 1464

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd
Log:
Modify LSB header of init.d/bootlogd to depend on $all when
starting, to get it to start later in the boot sequence
(Closes: #531198.  Patch from Vincent Crevot.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-14 20:12:50 UTC (rev 1463)
+++ sysvinit/trunk/debian/changelog	2009-07-14 20:17:40 UTC (rev 1464)
@@ -14,6 +14,9 @@
     (Closes: #492796).  Patch from Rob Leslie.
   * New patch 96_shutdown_acctoff making sure to call accton with the
     argument off during shutdown to stop accounting (Closes: #536574).
+  * Modify LSB header of init.d/bootlogd to depend on $all when
+    starting, to get it to start later in the boot sequence
+    (Closes: #531198.  Patch from Vincent Crevot.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 13 Jul 2009 00:19:43 +0200
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd	2009-07-14 20:12:50 UTC (rev 1463)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd	2009-07-14 20:17:40 UTC (rev 1464)
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          stop-bootlogd
-# Required-Start:    $remote_fs rmnologin
+# Required-Start:    $remote_fs $all rmnologin
 # Required-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list