From 1ddedb48605b5cbbdaaf186db991a5ca37b908a0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 2 Apr 2001 19:37:31 +0000 Subject: don't explicitly kill things, init will do that --- rc.d/init.d/single | 9 --------- 1 file changed, 9 deletions(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/single b/rc.d/init.d/single index 6806d0c3..2f452a37 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -19,15 +19,6 @@ if [ "$1" != "start" ] ; then exit 0 fi -# Kill all processes. -[ "${BASH+bash}" = bash ] && enable kill - -echo "Sending all processes the TERM signal..." -kill -15 -1 -sleep 5 -echo "Sending all processes the KILL signal.." -kill -9 -1 - rm -f /var/lock/subsys/* # this looks nices -- cgit