Package: irda-utils Version: 0.9.18-7 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: incorrect-dependency
I just checked the boot order in unstable on a machine with dependency based boot sequencing enabled, and discovered a problem with the init.d scripts provided in this package. It starts to early and stops to late because it is lacking the $remote_fs dependency needed to make sure it always starts after /usr/ is mounted and stops before sendsigs kill all processes to start umounting. Here is a patch to solve this issue. diff -ur irda-utils-0.9.18.orig/debian/irda-utils.init irda-utils-0.9.18/debian/irda-utils.init --- irda-utils-0.9.18.orig/debian/irda-utils.init 2008-04-05 00:08:24.000000000 +0200 +++ irda-utils-0.9.18/debian/irda-utils.init 2008-04-05 00:09:18.000000000 +0200 @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: irda -# Required-Start: $network $local_fs -# Required-Stop: $network $local_fs +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Infrared port support Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]