From 4bc6a29959062d84efc2199d3db1c06ffaed2f96 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 21 Aug 2000 16:00:56 +0000 Subject: add usleep after kill -9 --- rc.d/init.d/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'rc.d') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 11dea408..ac112eb3 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -159,6 +159,7 @@ killproc() { sleep 3 if checkpid $pid >/dev/null 2>&1 ; then kill -KILL $pid + usleep 100000 fi fi fi -- cgit v1.2.1