X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy-generic.init;h=dbf220364555f99eef83b4c728f1bbcae7886493;hp=a6d07ae814378713b026af60b3971ffe4dd6a484;hb=b00c8b05d11974e5de9ee38ec1085222c8c50e5a;hpb=d02bbf657292ae806414d0b3dfe1b0d63d1ac520 diff --git a/privoxy-generic.init b/privoxy-generic.init index a6d07ae8..dbf22036 100755 --- a/privoxy-generic.init +++ b/privoxy-generic.init @@ -39,6 +39,9 @@ # # Revisions : # $Log: privoxy-generic.init,v $ +# Revision 1.3 2002/09/11 01:09:14 hal9 +# Better handling of pidfile, and process owner. +# # Revision 1.2 2002/09/08 20:27:58 hal9 # -Rewrote script config section. # -Added comments to script. @@ -94,7 +97,7 @@ case "$1" in start) if [ -f $P_PIDFILE ]; then if kill -0 `cat $P_PIDFILE`; then - echo "Error: $NAME is already running, exiting." + echo "Error: $P_NAME is already running, exiting." exit 1 else rm -f $P_PIDFILE