diff options
Diffstat (limited to 'rc.d/init.d/functions')
-rwxr-xr-x | rc.d/init.d/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 427cc0fb..26edffb3 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -157,7 +157,7 @@ killproc() { sleep 1 if checkpid $pid >/dev/null 2>&1 ; then sleep 3 - if checpid $pid >/dev/null 2>&1 ; then + if checkpid $pid >/dev/null 2>&1 ; then kill -KILL $pid fi fi |