From 5bab81f7da7c263c2a28f8b815882cc50c0a451e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Sep 2011 19:18:18 +0200 Subject: [PATCH] Revert "atvclient: shutdown atvclient on reboot/poweroff" This reverts commit 08c725ab424a1baef293aa917336e6b61380083a. --- packages/sysutils/remote/atvclient/init.d/63_atvclient | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sysutils/remote/atvclient/init.d/63_atvclient b/packages/sysutils/remote/atvclient/init.d/63_atvclient index a11518a7f9..1689c11776 100644 --- a/packages/sysutils/remote/atvclient/init.d/63_atvclient +++ b/packages/sysutils/remote/atvclient/init.d/63_atvclient @@ -32,7 +32,5 @@ case $RUNLEVEL in ;; poweroff|reboot) - progress "stopping ATVclient" - killall atvclient ;; esac