[Pkg-sysvinit-commits] r1290 - in sysvinit/trunk/debian: . initscripts/etc/init.d
pere at alioth.debian.org
pere at alioth.debian.org
Wed Jul 16 17:47:42 UTC 2008
Author: pere
Date: 2008-07-16 17:47:41 +0000 (Wed, 16 Jul 2008)
New Revision: 1290
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh
Log:
* Make bootmisc.sh depend on $remote_fs instead of $local_fs, to
make sure it is executed after mountnfs-bootclean.sh to avoid
cleaning up /var/run/ twice (Closes: #491059).
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2008-06-06 08:06:42 UTC (rev 1289)
+++ sysvinit/trunk/debian/changelog 2008-07-16 17:47:41 UTC (rev 1290)
@@ -1,3 +1,11 @@
+sysvinit (2.86.ds1-60) UNRELEASED; urgency=low
+
+ * Make bootmisc.sh depend on $remote_fs instead of $local_fs, to
+ make sure it is executed after mountnfs-bootclean.sh to avoid
+ cleaning up /var/run/ twice (Closes: #491059).
+
+ -- Petter Reinholdtsen <pere at debian.org> Wed, 16 Jul 2008 19:46:33 +0200
+
sysvinit (2.86.ds1-59) unstable; urgency=low
* Fix uninitialised previous_stop caused by typo in fix for
Modified: sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh 2008-06-06 08:06:42 UTC (rev 1289)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/bootmisc.sh 2008-07-16 17:47:41 UTC (rev 1290)
@@ -1,13 +1,13 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: bootmisc
-# Required-Start: hostname $local_fs
+# Required-Start: hostname $remote_fs
# Required-Stop:
# Should-Start: udev
# Default-Start: S
# Default-Stop:
# Short-Description: Miscellaneous things to be done during bootup.
-# Description:
+# Description: Some cleanup. Note, it need to run after mountnfs-bootclean.sh.
### END INIT INFO
PATH=/sbin:/usr/sbin:/bin:/usr/bin
More information about the Pkg-sysvinit-commits
mailing list