summaryrefslogtreecommitdiffstats
path: root/kpropd.init
diff options
context:
space:
mode:
Diffstat (limited to 'kpropd.init')
-rwxr-xr-xkpropd.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpropd.init b/kpropd.init
index 0791bbb..80b7a79 100755
--- a/kpropd.init
+++ b/kpropd.init
@@ -39,7 +39,7 @@ start() {
RETVAL=$?
echo
if test $RETVAL -ne 0 ; then
- if status ${kpropd} > /dev/null ; then
+ if status -l kprop ${kpropd} > /dev/null ; then
RETVAL=0
fi
fi
@@ -67,7 +67,7 @@ case "$1" in
start
;;
status)
- status ${kpropd}
+ status -l kprop ${kpropd}
retval=$?
;;
condrestart)