From: hal9 Date: Wed, 11 Sep 2002 01:15:02 +0000 (+0000) Subject: Fix typo in variable. Now tested on Solaris and Linux, with defaults. X-Git-Tag: v_3_1_archive_branchpoint~135 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=b00c8b05d11974e5de9ee38ec1085222c8c50e5a;hp=d02bbf657292ae806414d0b3dfe1b0d63d1ac520 Fix typo in variable. Now tested on Solaris and Linux, with defaults. --- 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