Package: nodm Severity: normal Tags: patch User: [email protected] Usertags: kbd-init-rdeps
Hi! To handle #542225, the init script from the kbd package (an alternative to the currently standard console-tools package, planned to become the new default in the mid-term future) had to change its LSB “Provides:” word from “console-screen” to “kbd”. /etc/init.d/nodm currently only has a “Should-Start:” on the former name, which is now exclusive to console-tools. To make sure your script is still run after /etc/init.d/kbd, insserv’s non-standardised “X-Start-Before:” header is used. This should be a temporary solution. Please consider applying the attached patch. It adds the “kbd” word to the requirements of your init script, so the list of reverse dependencies in /etc/init.d/kbd can be eventually removed again. Cheers, -- Michael Schutte <[email protected]>
diff -Naur nodm-0.6~/debian/nodm.init nodm-0.6/debian/nodm.init --- nodm-0.6~/debian/nodm.init 2009-09-23 21:36:40.000000000 +0200 +++ nodm-0.6/debian/nodm.init 2009-09-23 21:36:49.000000000 +0200 @@ -1,7 +1,7 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: nodm -# Should-Start: console-screen +# Should-Start: console-screen kbd # Required-Start: $remote_fs # Required-Stop: # Default-Start: 2 3 4 5
signature.asc
Description: Digital signature

