Package: ddns3-client Version: 1.8-6 Tags: patch 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 ddns3-client 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. Thanks, Kel. --- diff -Nrup ddns3-client-1.8/debian/init.d ddns3-client-1.8.insserv/debian/init.d --- ddns3-client-1.8/debian/init.d 2008-03-03 21:27:39.000000000 +1000 +++ ddns3-client-1.8.insserv/debian/init.d 2008-03-03 21:47:19.000000000 +1000 @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: ddns3-client +# Required-Start: $network +# Required-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: +### END INIT INFO # (C) 2003 Ian Maclaine-cross <[EMAIL PROTECTED]> # Copyright conditions are in file GPL. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]