[Pkg-sysvinit-commits] r1706 - in sysvinit/trunk/debian: . initscripts/etc/init.d
Petter Reinholdtsen
pere at alioth.debian.org
Thu Sep 3 16:21:37 UTC 2009
Author: pere
Date: 2009-09-03 16:21:37 +0000 (Thu, 03 Sep 2009)
New Revision: 1706
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd
sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd-single
Log:
Reduce the dependency for stop-bootlogd and stop-bootlogd-single, to make it possible to move NFS mounting to runlevel 2-5.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-09-03 15:19:56 UTC (rev 1705)
+++ sysvinit/trunk/debian/changelog 2009-09-03 16:21:37 UTC (rev 1706)
@@ -75,7 +75,8 @@
are updated to reflect this.
* Use versioned conflict on chkconfig (<< 11.0-79.1-2), now that it
dropped the service command.
- * Drop unneeded dependency rmnologin from init.d/stop-bootlogd.
+ * Drop unneeded dependency rmnologin from init.d/stop-bootlogd, and
+ correct $remote_fs dependency to $local_fs, as /usr/ is not used.
* Drop unneeded dependency on udev for init.d/bootlogs, and add ldm
and sdm to list of display managers to start after to get the
complete list.
Modified: sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd 2009-09-03 15:19:56 UTC (rev 1705)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd 2009-09-03 16:21:37 UTC (rev 1706)
@@ -1,7 +1,7 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: stop-bootlogd
-# Required-Start: $remote_fs $all
+# Required-Start: $local_fs $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
Modified: sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd-single
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd-single 2009-09-03 15:19:56 UTC (rev 1705)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/stop-bootlogd-single 2009-09-03 16:21:37 UTC (rev 1706)
@@ -1,7 +1,7 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: stop-bootlogd-single
-# Required-Start: $remote_fs $all
+# Required-Start: $local_fs $all
# Required-Stop:
# Default-Start: S
# Default-Stop:
More information about the Pkg-sysvinit-commits
mailing list