Package:  speech-dispatcher
Version:  0.6.2-1
Severity: important
Tags:     patch
User:     initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependencies

With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script.  The script uses files in /usr/, but fail
to depend on $remote_fs.  The script used to start after the syslog
collector with the legacy boot ordering, while the script dependencies
do not list $syslog as a dependency.  Last, it depend on festival,
which is a facility not provided by any init.d scripts.

<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 >.

This patch should solve the issues.

--- speech-dispatcher-0.6.7/debian/init.d       2010-05-18 21:47:44.000000000 
+0200
+++ speech-dispatcher-0.6.7-pere/debian/init.d  2010-05-18 21:52:42.000000000 
+0200
@@ -2,10 +2,8 @@

 ### BEGIN INIT INFO
 # Provides:          speech-dispatcher
-# Required-Start:
-# Required-Stop:
-# Should-Start:      festival
-# Should-Stop:       festival
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Speech Dispatcher

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to