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

This reverts commit e78b76d1e24885d9cc362ed475ff9ff4e63d3f68.
This commit is contained in:
Stephan Raue 2011-09-12 19:27:39 +02:00
parent 55845ca002
commit 314bf5ce93

View File

@ -22,17 +22,11 @@
# #
# runlevels: openelec, textmode # runlevels: openelec, textmode
case $RUNLEVEL in (
boot) wait_for_network
(
wait_for_network
progress "Starting Avahi Daemon" progress "Starting Avahi Daemon"
mkdir -p /var/run/avahi-daemon
avahi-daemon -D
)&
;;
poweroff|reboot) mkdir -p /var/run/avahi-daemon
;; avahi-daemon -D
esac )&