Bug#548103: /etc/init.d/kdm: please add kbd to Should-Start

2009-09-24 Thread Armin Berres
On Wed, 23 Sep 09 21:36, Michael Schutte wrote:
 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.

Just did this, because it does not hurt. But I wonder one thing: You
write it is a temporary solution. What is your long term plan? Do you
want to switch from kbd back to console-screen? This would be a bit,
uhm, weird.

Greetings,
Armin



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#548103: /etc/init.d/kdm: please add kbd to Should-Start

2009-09-24 Thread Michael Schutte
On Thu, Sep 24, 2009 at 01:53:00PM +0200, Armin Berres wrote:
 On Wed, 23 Sep 09 21:36, Michael Schutte wrote:
  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.
 
 Just did this, because it does not hurt. But I wonder one thing: You
 write it is a temporary solution. What is your long term plan? Do you
 want to switch from kbd back to console-screen? This would be a bit,
 uhm, weird.

Sorry if this is ambiguous: I was talking about the inelegant
“X-Start-Before:” header which I want to get rid of again.  “kbd” will
of course remain “kbd” in the foreseeable future :-)

-- 
Michael Schutte mi...@uiae.at


signature.asc
Description: Digital signature


Bug#548103: /etc/init.d/kdm: please add kbd to Should-Start

2009-09-23 Thread Michael Schutte
Package: kdm
Severity: normal
Tags: patch
User: pkg-kbd-de...@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/kdm 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 mi...@uiae.at
diff -Naur kdebase-workspace-4.3.1~/debian/kdm.init kdebase-workspace-4.3.1/debian/kdm.init
--- kdebase-workspace-4.3.1~/debian/kdm.init	2009-09-23 20:59:17.0 +0200
+++ kdebase-workspace-4.3.1/debian/kdm.init	2009-09-23 21:00:48.0 +0200
@@ -3,8 +3,8 @@
 # Provides:  kdm
 # Required-Start:$local_fs $remote_fs
 # Required-Stop: $local_fs $remote_fs
-# Should-Start:  console-screen acpid dbus hal
-# Should-Stop:   console-screen
+# Should-Start:  console-screen kbd acpid dbus hal
+# Should-Stop:   console-screen kbd
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: X display manager for KDE


signature.asc
Description: Digital signature