aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-04-03 19:45:36 +0000
committerBill Nottingham <notting@redhat.com>2000-04-03 19:45:36 +0000
commita20dc647d469b7b376c1dea34e04b67058f57c7c (patch)
treee26306f6befcae7faf3dd182dfdefc63e421b43e
parentb97c1d5345350f6b304a30776c2de6d9fdd72e36 (diff)
downloadinitscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar
initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar.gz
initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar.bz2
initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.tar.xz
initscripts-a20dc647d469b7b376c1dea34e04b67058f57c7c.zip
Blarg. I can't type.
-rwxr-xr-xrc.d/init.d/functions2
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