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

Petter Reinholdtsen pere at alioth.debian.org
Thu Jul 9 20:41:09 UTC 2009


Author: pere
Date: 2009-07-09 20:41:09 +0000 (Thu, 09 Jul 2009)
New Revision: 1393

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/rc.local
Log:
Change LSB header of init.d/rc.local, to depend on $syslog too,
to avoid starting local applications too early.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-09 20:35:04 UTC (rev 1392)
+++ sysvinit/trunk/debian/changelog	2009-07-09 20:41:09 UTC (rev 1393)
@@ -55,6 +55,8 @@
   * Fix typos in rcS(5).  Patch from Michael Biebl.
   * Make sourcing of /etc/default/rcS conditional in init.d/rc, to
     get rid of lintian error.
+  * Change LSB header of init.d/rc.local, to depend on $syslog too,
+    to avoid starting local applications too early.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 01 Jul 2009 20:04:20 +0200
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/rc.local
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/rc.local	2009-07-09 20:35:04 UTC (rev 1392)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/rc.local	2009-07-09 20:41:09 UTC (rev 1393)
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          rc.local
-# Required-Start:    $remote_fs
+# Required-Start:    $remote_fs $syslog
 # Required-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list