X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=blobdiff_plain;f=vsys-initscript;h=cfeba9a84f8ac93a62641c1b1d003306a0ef130d;hp=d4fecdf8214e8dbcdee4240f17477083947511eb;hb=3cc58bfa955037446e1d73ac040c0d588badd9ae;hpb=c4ece08b6cc56fe76986c5c718118ab1d3c43a88 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}