Package:  timidity
Version:  2.13.2-11
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

When testing dependency based boot sequencing, I discovered what I
believe is a minor bug in the init.d/timidity script.  It need a
mounted /usr/, but do not depend on $remote_fs which is the dependency
required for scripts needing /usr/.

This patch change this to be the case.

diff -ur timidity-2.13.2.orig/debian/timidity.init 
timidity-2.13.2/debian/timidity.init
--- timidity-2.13.2.orig/debian/timidity.init   2008-01-06 10:56:03.000000000 
+0100
+++ timidity-2.13.2/debian/timidity.init        2008-01-06 11:00:57.000000000 
+0100
@@ -11,8 +11,8 @@

 ### BEGIN INIT INFO
 # Provides: timidity
-# Required-Start: $local_fs
-# Required-Stop: $local_fs
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
 # Default-Start:  2 3 4 5
 # Default-Stop: 0 1 6
 # Short-Description: start and stop timidity

Happy hacking,
--
Petter Reinholdtsen



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

Reply via email to