diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-04-02 19:37:31 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-04-02 19:37:31 +0000 |
| commit | 1ddedb48605b5cbbdaaf186db991a5ca37b908a0 (patch) | |
| tree | dda6c5ddc87430048c622f7c0bc09aab5dabf231 | |
| parent | 338bb6ba6486d4b352a65930b9388cf16bbf614c (diff) | |
don't explicitly kill things, init will do that
| -rwxr-xr-x | rc.d/init.d/single | 9 |
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 |
