Add missing killproc

This commit is contained in:
Simone Caronni 2013-01-09 13:21:02 +01:00
parent dd59afd339
commit 298780eb5f
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ start() {
stop() {
echo -n $"Stopping $prog: "
# stop it here, often "killproc $prog"
killproc $prog
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile

View File

@ -50,7 +50,7 @@ start() {
stop() {
echo -n $"Stopping $prog: "
# stop it here, often "killproc $prog"
killproc $prog
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile

View File

@ -50,7 +50,7 @@ start() {
stop() {
echo -n $"Stopping $prog: "
# stop it here, often "killproc $prog"
killproc $prog
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile