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

This reverts commit 9c236f8331545bb8ca8b51523e93b2a49a15cbd3.
This commit is contained in:
Stephan Raue 2011-09-12 19:25:02 +02:00
parent 784902d02d
commit bc71bc1ef9

View File

@ -22,15 +22,8 @@
# #
# runlevels: openelec, textmode # runlevels: openelec, textmode
case $RUNLEVEL in (
boot) progress "starting ATVclient"
( mkdir -p /storage/.cache
progress "starting ATVclient" atvclient -m > /dev/null 2>&1
mkdir -p /storage/.cache )&
atvclient -m > /dev/null 2>&1
)&
;;
poweroff|reboot)
;;
esac