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

This reverts commit c676944c77c54c5b1a04be6f96bab3219c92736f.
This commit is contained in:
Stephan Raue 2011-09-12 19:25:35 +02:00
parent 8f41d8603c
commit d9e562de76

View File

@ -25,8 +25,6 @@
[ -f /storage/.config/remote.conf ] && . /storage/.config/remote.conf
[ -f /storage/.config/lcd.conf ] && . /storage/.config/lcd.conf
case $RUNLEVEL in
boot)
if [ "$REMOTE_BACKEND" = "irtrans" -o "$LCD_DRIVER" = "irtrans" ]; then
progress "Starting IRtrans daemon"
@ -40,8 +38,3 @@ case $RUNLEVEL in
$IRSERVER_ARG -daemon /dev/irtrans0 > /dev/null 2>&1
fi
;;
poweroff|reboot)
;;
esac