[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#548101: /etc/init.d/console-setup: please add kbd to Should-Start



Package: console-setup
Severity: normal
Tags: patch
User: pkg-kbd-devel@lists.alioth.debian.org
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/console-setup
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 <michi@uiae.at>
diff -Naur console-setup-1.45~/debian/console-setup.console-setup.init console-setup-1.45/debian/console-setup.console-setup.init
--- console-setup-1.45~/debian/console-setup.console-setup.init	2009-09-23 20:54:12.000000000 +0200
+++ console-setup-1.45/debian/console-setup.console-setup.init	2009-09-23 20:54:40.000000000 +0200
@@ -3,7 +3,7 @@
 # Provides:          console-setup
 # Required-Start:    $remote_fs
 # Required-Stop:
-# Should-Start:      console-screen
+# Should-Start:      console-screen kbd
 # Default-Start:     S
 # Default-Stop:
 # X-Interactive:     true

Attachment: signature.asc
Description: Digital signature


Reply to: