Package:  iodined
Version:  0.4.1-2
Severity: important
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

When testing dependency based boot sequencing, I discovered what I
believe is a bug in this packages init.d script.

It need a mounted /usr/, but do not depend on $remote_fs which is the
dependency required for scripts needing /usr/.

This patch should solve the issue.

diff -ur iodine-0.4.1.orig/debian/iodine.iodined.init 
iodine-0.4.1/debian/iodine.iodined.init
--- iodine-0.4.1.orig/debian/iodine.iodined.init        2008-02-29 
20:53:04.000000000 +0100
+++ iodine-0.4.1/debian/iodine.iodined.init     2008-02-29 20:55:43.000000000 
+0100
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          iodined
-# Required-Start:    $local_fs $network
-# Required-Stop:     $local_fs $network
+# Required-Start:    $remote_fs $network
+# Required-Stop:     $remote_fs $network
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: initscript for iodined


Happy hacking,
--
Petter Reinholdtsen



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

Reply via email to