--- consolekit.orig 2009-09-11 12:38:24.000000000 +0200 +++ consolekit 2009-09-11 13:14:08.000000000 +0200 @@ -11,12 +11,14 @@ start() { ebegin "Starting ConsoleKit daemon" - start-stop-daemon --start -q --exec /usr/sbin/console-kit-daemon -- + start-stop-daemon --start --oknodo -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 $? }