From kde-commits Tue Jan 31 22:40:01 2006 From: =?utf-8?q?Sebastian=20K=C3=BCgler?= Date: Tue, 31 Jan 2006 22:40:01 +0000 To: kde-commits Subject: playground/base/guidance/serviceconfig Message-Id: <1138747201.836394.5920.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113874721527700 SVN commit 504389 by sebas: Fix status of dbus and laptopmode M +2 -1 serviceconfig.py --- trunk/playground/base/guidance/serviceconfig/serviceconfig.py #504388:504389 @@ -365,7 +365,7 @@ Services not in here are lookup up "normally" """ pidfiles = { 'acpid':'acpid.socket', 'spamassassin':'spamd.pid', - 'dbus-1':'dbus/pid', + 'dbus':'dbus/pid', 'klogd':'klogd/klogd.pid', 'samba':'samba/smbd.pid', 'zope':'zope/default/Z2.pid', @@ -375,6 +375,7 @@ 'ssh':'sshd.pid', 'cron':'crond.pid', 'slapd':'slapd/slapd.pid', + 'laptop-mode':'laptop-mode-enabled', 'cupsys':'cups/cupsd.pid' }