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

This reverts commit a839b0b65ad408c8832ade12182b1cf031626a28.
This commit is contained in:
Stephan Raue 2011-09-12 19:23:40 +02:00
parent 798d6af303
commit 76c342d13f

View File

@ -22,9 +22,7 @@
#
# runlevels: openelec, textmode
case $RUNLEVEL in
boot)
(
(
if [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
@ -48,9 +46,4 @@ case $RUNLEVEL in
LCDd -c $LCD_CONFIG -d $LCD_DRIVER -s true > /dev/null 2>&1
fi
fi
)&
;;
poweroff|reboot)
;;
esac
)&