summaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/single
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-04-02 19:37:31 +0000
committerBill Nottingham <notting@redhat.com>2001-04-02 19:37:31 +0000
commit1ddedb48605b5cbbdaaf186db991a5ca37b908a0 (patch)
treedda6c5ddc87430048c622f7c0bc09aab5dabf231 /rc.d/init.d/single
parent338bb6ba6486d4b352a65930b9388cf16bbf614c (diff)
don't explicitly kill things, init will do that
Diffstat (limited to 'rc.d/init.d/single')
-rwxr-xr-xrc.d/init.d/single9
1 files changed, 0 insertions, 9 deletions
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