X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsys-initscript;fp=vsys-initscript;h=cfeba9a84f8ac93a62641c1b1d003306a0ef130d;hb=660c0f41988ab30cecde1b296430ae53d03b5a56;hp=d4fecdf8214e8dbcdee4240f17477083947511eb;hpb=368898957d9f46644e4ec3de282e8c99ab42aefc;p=vsys.git diff --git a/vsys-initscript b/vsys-initscript index d4fecdf..cfeba9a 100755 --- a/vsys-initscript +++ b/vsys-initscript @@ -38,7 +38,7 @@ case "$1" in stop) echo -n "Stopping $name:" killproc $name - killproc $name + #killproc $name - Why were there 2 instances of this? :-| RETVAL=$? echo [ $RETVAL -eq 0 ] && rm -f ${lockfile} ${pidfile}