Package:  p3scan
Version:  2:2.1-3
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: missing-dependency

To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts.  The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the p3scan init.d script would make it possible for us to use this
information to check the current sequence and to speed up the Debian
boot.

I am helping out with a system to update the boot sequence based on
these dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.

<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format.  Some Debian notes are available from
<URL:http://wiki.debian.org/LSBInitScripts>.

Here is a patch to document the dependencies.  I hope this is correct.

Thanks in advance.


- Werner

diff -ruN p3scan-2.1.orig/debian/init.d p3scan-2.1/debian/init.d
--- p3scan-2.1.orig/debian/init.d       2008-03-06 23:23:20.000000000
+0100
+++ p3scan-2.1/debian/init.d    2008-03-06 23:24:59.347013611 +0100
@@ -1,5 +1,13 @@
 #! /bin/sh
 #
+### BEGIN INIT INFO
+# Provides:          p3scan
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+### END INIT INFO
+#
 #   Written by Miquel van Smoorenburg <[EMAIL PROTECTED]>.
 #   Modified for Debian by Ian Murdock <[EMAIL PROTECTED]>.
 #   Modified for p3scan by Mats Rynge <[EMAIL PROTECTED]>



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

Reply via email to