[Pkg-sysvinit-commits] r1562 - in sysvinit/trunk/debian: . initscripts/etc/init.d
Petter Reinholdtsen
pere at alioth.debian.org
Wed Jul 29 17:53:29 UTC 2009
Author: pere
Date: 2009-07-29 17:53:29 +0000 (Wed, 29 Jul 2009)
New Revision: 1562
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/initscripts/etc/init.d/rc.local
Log:
Make init.d/rc.local depend on $all to get it to start later in
the boot sequence (Closes: #539084).
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-07-29 12:01:30 UTC (rev 1561)
+++ sysvinit/trunk/debian/changelog 2009-07-29 17:53:29 UTC (rev 1562)
@@ -15,6 +15,8 @@
process. Now update-bootsystem-insserv is only called once
(Closes: #538934). The change make it possible to remove both
sysv-rc and insserv (Closes: #538959).
+ * Make init.d/rc.local depend on $all to get it to start later in
+ the boot sequence (Closes: #539084).
-- Petter Reinholdtsen <pere at debian.org> Tue, 28 Jul 2009 16:03:06 +0200
Modified: sysvinit/trunk/debian/initscripts/etc/init.d/rc.local
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/rc.local 2009-07-29 12:01:30 UTC (rev 1561)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/rc.local 2009-07-29 17:53:29 UTC (rev 1562)
@@ -1,7 +1,7 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: rc.local
-# Required-Start: $remote_fs $syslog
+# Required-Start: $remote_fs $syslog $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
More information about the Pkg-sysvinit-commits
mailing list