rev 12107 - branches/kde4/packages/kdebase-workspace/debian

Armin Berres trigger-guest at alioth.debian.org
Mon Sep 8 18:57:25 UTC 2008


Author: trigger-guest
Date: 2008-09-08 18:57:25 +0000 (Mon, 08 Sep 2008)
New Revision: 12107

Modified:
   branches/kde4/packages/kdebase-workspace/debian/changelog
   branches/kde4/packages/kdebase-workspace/debian/kdm.init
Log:
Add acpid dbus hal to Should-Start and Should-Stop in KDM's init script to
make KDM start and stop after these dameons, if they are installed.

Modified: branches/kde4/packages/kdebase-workspace/debian/changelog
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/changelog	2008-09-07 12:53:25 UTC (rev 12106)
+++ branches/kde4/packages/kdebase-workspace/debian/changelog	2008-09-08 18:57:25 UTC (rev 12107)
@@ -11,8 +11,10 @@
 
   * Make the plasma trash applet call KDE 4's and not KDE 3's ktrash.
     Thanks to George Kiagiadakis for the patch (Closes: #494427).
+  * Add acpid dbus hal to Should-Start and Should-Stop in KDM's init script to
+    make KDM start and stop after these dameons, if they are installed.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 06 Sep 2008 11:27:22 +0200
+ -- Armin Berres <trigger+debian at space-based.de>  Mon, 08 Sep 2008 20:54:45 +0200
 
 kdebase-workspace (4:4.1.1-1) experimental; urgency=low
 

Modified: branches/kde4/packages/kdebase-workspace/debian/kdm.init
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/kdm.init	2008-09-07 12:53:25 UTC (rev 12106)
+++ branches/kde4/packages/kdebase-workspace/debian/kdm.init	2008-09-08 18:57:25 UTC (rev 12107)
@@ -3,8 +3,8 @@
 # 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
+# Should-Start:      console-screen acpid dbus hal
+# Should-Stop:       console-screen acpid dbus hal
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: X display manager for KDE




More information about the pkg-kde-commits mailing list