From ac64b5405b73192ed15218f220885379c65f53c4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 10 Sep 1999 20:27:23 +0000 Subject: use killall5, not kill --- rc.d/init.d/halt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index f9ed0389..5c50bf66 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -43,9 +43,9 @@ esac # Kill all processes. [ "${BASH+bash}" = bash ] && enable kill -runcmd "Sending all processes the TERM signal..." kill -15 -1 +runcmd "Sending all processes the TERM signal..." /sbin/killall5 -15 sleep 5 -runcmd "Sending all processes the KILL signal.." kill -9 -1 +runcmd "Sending all processes the KILL signal.." /sbin/killall5 -9 # Write to wtmp file before unmounting /var halt -w -- cgit v1.2.1