diff options
author | Bill Nottingham <notting@redhat.com> | 2000-04-03 19:45:36 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-04-03 19:45:36 +0000 |
commit | a20dc647d469b7b376c1dea34e04b67058f57c7c (patch) | |
tree | e26306f6befcae7faf3dd182dfdefc63e421b43e /rc.d/init.d | |
parent | b97c1d5345350f6b304a30776c2de6d9fdd72e36 (diff) | |
download | initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar.gz initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar.bz2 initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar.xz initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.zip |
Blarg. I can't type.
Diffstat (limited to 'rc.d/init.d')
-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 |