rev 4082 - trunk/packages/kdebase/debian

Christopher Martin chrsmrtn at costa.debian.org
Fri Jul 7 15:51:51 UTC 2006


Author: chrsmrtn
Date: 2006-07-07 15:51:50 +0000 (Fri, 07 Jul 2006)
New Revision: 4082

Modified:
   trunk/packages/kdebase/debian/changelog
   trunk/packages/kdebase/debian/kdm.init
Log:
LSB parallel-boot comments, as suggested in the bug report.


Modified: trunk/packages/kdebase/debian/changelog
===================================================================
--- trunk/packages/kdebase/debian/changelog	2006-07-07 15:05:29 UTC (rev 4081)
+++ trunk/packages/kdebase/debian/changelog	2006-07-07 15:51:50 UTC (rev 4082)
@@ -8,6 +8,9 @@
   * Add libjessie-java to konqueror's Java Suggests, since it is needed for
     JSSE in conjunction with GCJ.
 
+  * Add a LSB header to the KDM init script, making KDM usable with a parallel
+    bootscripts setup. Thanks to Carlos Villegas. (Closes: #376958)
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 17 Jun 2006 14:09:42 -0400
 
 kdebase (4:3.5.3-2) unstable; urgency=medium

Modified: trunk/packages/kdebase/debian/kdm.init
===================================================================
--- trunk/packages/kdebase/debian/kdm.init	2006-07-07 15:05:29 UTC (rev 4081)
+++ trunk/packages/kdebase/debian/kdm.init	2006-07-07 15:51:50 UTC (rev 4082)
@@ -1,4 +1,15 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          x-display-manager kdm
+# Required-Start:    $local_fs $remote_fs
+# Required-Stop:     $local_fs $remote_fs
+# Should-Start:      console-screen
+# Should-Stop:       console-screen
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: X display manager for KDE
+# Description:       KDM manages a collection of X servers, which may be on the local host or remote machines.
+### END INIT INFO
 # /etc/init.d/kdm: start or stop the X display manager
 # Script originally stolen from the xdm package
 #




More information about the pkg-kde-commits mailing list