Package: hostapd Version: 1:0.5.4-1 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 hostapd. It need a mounted /usr/ and this require a dependency on $remote_fs. 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 hostapd-0.5.9.orig/debian/init.d hostapd-0.5.9/debian/init.d --- hostapd-0.5.9.orig/debian/init.d 2008-02-17 18:00:24.000000000 +0100 +++ hostapd-0.5.9/debian/init.d 2008-02-17 18:01:32.000000000 +0100 @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: hostapd -# Required-Start: -# Required-Stop: +# Required-Start: $remote_fs +# Required-Stop: $remote_fs # Should-Start: $network # Should-Stop: # Default-Start: 2 3 4 5 Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

