From 8ad9bc2a4c09f274edec77488877d7af7ce214eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Tue, 26 Jan 2010 13:59:23 +0100 Subject: Move single_prekillall hook after the stat_busy message (as per request by Kurt Bosch) --- rc.single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.single') diff --git a/rc.single b/rc.single index 15eb1e8..751fca9 100755 --- a/rc.single +++ b/rc.single @@ -28,10 +28,10 @@ if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then fi if [ "$PREVLEVEL" != "N" ]; then - run_hook single_prekillall # Terminate all processes stat_busy "Sending SIGTERM To Processes" + run_hook single_prekillall /sbin/killall5 -15 &> /dev/null /bin/sleep 5 stat_done -- cgit v1.2.3