Package: wdm 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/wdm 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 wdm-1.28~/debian/wdm.init wdm-1.28/debian/wdm.init --- wdm-1.28~/debian/wdm.init 2009-09-23 21:11:12.000000000 +0200 +++ wdm-1.28/debian/wdm.init 2009-09-23 21:10:56.000000000 +0200 @@ -3,8 +3,7 @@ # Provides: wdm # Required-Start: $remote_fs # Required-Stop: $remote_fs -# Should-Start: console-screen -# Should-Stop: console-screen +# Should-Start: console-screen kbd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start or stop the WINGs display manager
signature.asc
Description: Digital signature

