Revert "ConsoleKit: start init scripts on RUNLEVEL=boot"

This reverts commit 0e5dfc0d7118a287291b24372271ccd683f22e7e.
This commit is contained in:
Stephan Raue 2011-09-12 19:24:49 +02:00
parent 78187629c4
commit 784902d02d

View File

@ -22,14 +22,8 @@
#
# runlevels: openelec, textmode
case $RUNLEVEL in
boot)
progress "starting ConsoleKit daemon"
progress "starting ConsoleKit daemon"
install -m 755 -d /var/log/ConsoleKit
install -m 755 -d /var/run/ConsoleKit
;;
install -m 755 -d /var/log/ConsoleKit
install -m 755 -d /var/run/ConsoleKit
poweroff|reboot)
;;
esac