X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=junkbuster.init;h=f35001a887febf630f87735d1c613e60f2dc22ee;hb=8c683756b0f6b38d90681f65c2dcdfbd6e3cd497;hp=04bdfded2e420aa5b8135749ad6898afb9775e53;hpb=1c34702d031d4b74cd8cc5495099c1644361887d;p=privoxy.git diff --git a/junkbuster.init b/junkbuster.init index 04bdfded..f35001a8 100644 --- a/junkbuster.init +++ b/junkbuster.init @@ -36,6 +36,9 @@ # # Revisions : # $Log: junkbuster.init,v $ +# Revision 1.7 2001/06/28 13:40:26 sarantis +# remove single quotes from $JB; it was not expanded. +# # Revision 1.6 2001/06/28 13:38:42 sarantis # formatting changes; individual return values are returned from the init script. # @@ -93,7 +96,7 @@ stop () { # stop daemon echo -n $"Stopping junkbuster: " killproc junkbuster && rm -f /var/lock/subsys/junkbuster - RETVAL=?$ + RETVAL=$? echo return $RETVAL } @@ -116,7 +119,6 @@ case "$1" in stop start RETVAL=$? - ;; fi ;; status)