From ac21cd96ca20c8512f250ccdf753928f685b37b6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Sep 2011 19:16:15 +0200 Subject: [PATCH] Revert "avahi: shutdown avahi on reboot/poweroff" This reverts commit 0585b016b92402bf459e69ae23e47f00bfcafc11. --- packages/network/avahi/init.d/53_avahi | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/network/avahi/init.d/53_avahi b/packages/network/avahi/init.d/53_avahi index 6206310e7e..60e84a9a07 100644 --- a/packages/network/avahi/init.d/53_avahi +++ b/packages/network/avahi/init.d/53_avahi @@ -34,7 +34,5 @@ case $RUNLEVEL in ;; poweroff|reboot) - progress "Starting Avahi Daemon" - killall avahi-daemon ;; esac