From: hal9 Date: Sun, 24 Mar 2002 19:12:15 +0000 (+0000) Subject: Fixed some naming conflicts. X-Git-Tag: v_2_9_5~63 X-Git-Url: http://www.privoxy.org/gitweb/user-manual/quickstart.html?a=commitdiff_plain;h=72c6b74cb7c5874e3a143355109d7e522a39276a;p=privoxy.git Fixed some naming conflicts. --- diff --git a/privoxy.init b/privoxy.init index 02769f55..0b1238d1 100644 --- a/privoxy.init +++ b/privoxy.init @@ -33,6 +33,9 @@ # # Revisions : # $Log: privoxy.init,v $ +# Revision 1.2 2002/03/24 11:40:14 swa +# name change +# # Revision 1.1 2002/03/24 11:23:44 swa # name change # @@ -154,8 +157,8 @@ # Check that networking is up. [ ${NETWORKING} = "no" ] && exit 0 -JB_OPRG="privoxy" -JB_PRG="jbng" +JB_OPRG="junkbuster" +JB_PRG="privoxy" JB_BIN="/usr/sbin/$JB_PRG" JB_CONF="/etc/$JB_OPRG/config" JB_USER="privoxy"