Package: procps
Version: 3.2.7-2
Tags:    patch

The LSB header in the init.d/procps.sh script is outdated.  The is
obsolete and split in two, mountkernfs and mountdevsubfs.  As procps
depend on a mounted /proc/ file system, it should depend on the
former.  Also, the script should only start in runlevel S, and not
stop in any levels.  This patch implement the change:

--- /etc/init.d/procps.sh.orig       2006-09-07 00:08:41.000000000 +0200
+++ /etc/init.d/procps.sh      2006-09-09 02:49:05.000000000 +0200
@@ -5,10 +5,10 @@

 ### BEGIN INIT INFO
 # Provides:          procps
-# Required-Start:    mountvirtfs
-# Required-Stop:
-# Default-Start:     S 1 2 3 4 5
-# Default-Stop:      0 6
+# Required-Start:    mountkernfs
+# Required-Stop:
+# Default-Start:     S
+# Default-Stop:
 ### END INIT INFO




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to