From 5617ad7b8367963a57460ff450ebf2ff14ca87b1 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 7 Jul 2013 19:17:04 +0300 Subject: [PATCH] xbmc: init: no need to kill sshd on poweroff/reboot, handled by safe_shutdown --- packages/mediacenter/xbmc/init.d/93_xbmc | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/mediacenter/xbmc/init.d/93_xbmc b/packages/mediacenter/xbmc/init.d/93_xbmc index 62e5c2a83b..267039e4d1 100644 --- a/packages/mediacenter/xbmc/init.d/93_xbmc +++ b/packages/mediacenter/xbmc/init.d/93_xbmc @@ -112,19 +112,16 @@ fi case "$RET" in 0) touch "$LOCKDIR/$LOCKFILE" - killall sshd _safe_shutdown poweroff poweroff -f ;; 64) touch "$LOCKDIR/$LOCKFILE" - killall sshd _safe_shutdown poweroff poweroff -f ;; 66) touch "$LOCKDIR/$LOCKFILE" - killall sshd _safe_shutdown reboot reboot ;;