From e39ec61b7d642b36368d84f240b96eeda3c43b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Sun, 24 Jan 2010 15:30:41 +0100 Subject: Move shutdown_prekillall hook after the stat_busy message (as per request by Kurt Bosch) --- rc.shutdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc.shutdown b/rc.shutdown index b0de393..e34d570 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -41,10 +41,9 @@ while [ $i -ge 0 ]; do let i=i-1 done -run_hook shutdown_prekillall - # Terminate all processes stat_busy "Sending SIGTERM To Processes" +run_hook shutdown_prekillall /sbin/killall5 -15 &> /dev/null /bin/sleep 5 stat_done -- cgit v1.2.3