Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 3c8f29dc9c22d707a4aa22dc18d85dbc > files > 3

consolekit-0.2.1-4mdv2008.0.src.rpm

--- ConsoleKit-0.2.1/data/ConsoleKit.in.lsb	2007-04-02 21:47:48.000000000 +0200
+++ ConsoleKit-0.2.1/data/ConsoleKit.in	2007-07-12 14:58:18.000000000 +0200
@@ -8,6 +8,15 @@
 # processname: console-kit-daemon
 # pidfile: @CONSOLE_KIT_PID_FILE@
 #
+### BEGIN INIT INFO
+# Provides: ConsoleKit consolekit
+# Required-Start: $syslog $local_fs messagebus
+# Required-Stop: $syslog $local_fs messagebus
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: ConsoleKit daemon
+# Description: The ConsoleKit maintains a list of sessions
+### END INIT INFO
 
 # Sanity checks.
 [ -x @sbindir@/console-kit-daemon ] || exit 0
@@ -17,7 +26,7 @@
 
 # so we can rearrange this easily
 processname=console-kit-daemon
-servicename=ConsoleKit
+servicename=consolekit
 
 RETVAL=0