Package: capi4hylafax Version: 1:01.03.00.99.svn.300-6 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: incorrect-dependency
When testing dependency based boot sequencing, I discovered a bug in the init.d script for capi4hylafax. It is missing the list of start and stop runlevels. It could also drop the dependency on $local_fs as long as it keep the dependency on $remote_fs, but it is not a bug to have redundant dependencies so I leave this to your discretion. Fixing these issues is a release goal for lenny, so it is good if it is fixed quickly. This patch solve the issue: diff -ur capi4hylafax-01.03.00.99.svn.300.orig/debian/capi4hylafax.init.d capi4hylafax-01.03.00.99.svn.300/debian/capi4hylafax.init.d --- capi4hylafax-01.03.00.99.svn.300.orig/debian/capi4hylafax.init.d 2008-02-17 16:59:08.000000000 +0100 +++ capi4hylafax-01.03.00.99.svn.300/debian/capi4hylafax.init.d 2008-02-17 17:04:46.000000000 +0100 @@ -127,6 +127,8 @@ # Required-Stop: $local_fs $remote_fs $syslog $time # Should-Start: hylafax faxq hfaxd capiutils capiinit isdnutils isdnactivecards # Should-Stop: hylafax faxq hfaxd capiutils capiinit isdnutils isdnactivecards +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Manage capi4hylafax daemon for fax reception # Description: Manage capi4hylafax daemon for fax reception ### END INIT INFO Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

