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

This reverts commit 7022c0592223ff24bb9fcd2b2ac33e1f7db3bafa.
This commit is contained in:
Stephan Raue 2011-09-12 19:26:32 +02:00
parent 240c6e45ba
commit 92c250ae60

View File

@ -22,19 +22,12 @@
#
# runlevels: openelec
case $RUNLEVEL in
boot)
(
progress "starting Windowmanager"
(
progress "starting Windowmanager"
# waiting for Xorg to start
wait_for_xorg
# waiting for Xorg to start
wait_for_xorg
# starting ratpoison
DISPLAY=:0.0 ratpoison > /dev/null 2>&1
)&
;;
poweroff|reboot)
;;
esac
# starting ratpoison
DISPLAY=:0.0 ratpoison > /dev/null 2>&1
)&