Revert "lcdproc: shutdown atvclient on reboot/poweroff"

This reverts commit faaae63cb9bfc40ebd882d6236a621531366d9d4.
This commit is contained in:
Stephan Raue 2011-09-12 19:18:04 +02:00
parent 348593dcfb
commit b55c383223

View File

@ -52,7 +52,5 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping LCD daemon"
killall LCDd
;;
esac