From: hal9 Date: Mon, 25 Mar 2002 04:16:48 +0000 (+0000) Subject: Fix proper config file location. X-Git-Tag: v_2_9_7~48 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@toggle?a=commitdiff_plain;h=9e09b6c2bffef7fe6f8127ab08369f39f2d51042;p=privoxy.git Fix proper config file location. --- diff --git a/privoxy.init b/privoxy.init index 0b1238d1..58fe175a 100644 --- a/privoxy.init +++ b/privoxy.init @@ -33,6 +33,9 @@ # # Revisions : # $Log: privoxy.init,v $ +# Revision 1.3 2002/03/24 19:12:15 hal9 +# Fixed some naming conflicts. +# # Revision 1.2 2002/03/24 11:40:14 swa # name change # @@ -160,7 +163,7 @@ JB_OPRG="junkbuster" JB_PRG="privoxy" JB_BIN="/usr/sbin/$JB_PRG" -JB_CONF="/etc/$JB_OPRG/config" +JB_CONF="/etc/$JB_PRG/config" JB_USER="privoxy" JB_PID=/var/run/$JB_PRG.pid JB_LOCK=/var/lock/subsys/$JB_PRG