--- consolekit.orig 2009-09-11 12:38:24.000000000 +0200 +++ consolekit 2009-09-11 12:52:13.000000000 +0200 @@ -11,12 +11,13 @@ start() { ebegin "Starting ConsoleKit daemon" - start-stop-daemon --start -q --exec /usr/sbin/console-kit-daemon -- + start-stop-daemon --start -q --pidfile /var/run/ConsoleKit/pid \ + --exec /usr/sbin/console-kit-daemon -- eend $? } stop() { ebegin "Stopping ConsoleKit daemon" - start-stop-daemon --stop -q --pidfile /var/run/consolekit.pid + start-stop-daemon --stop -q --pidfile /var/run/ConsoleKit/pid eend $? }