From: morcego Date: Mon, 25 Mar 2002 06:14:18 +0000 (+0000) Subject: Removing the OPRG definition (no longer needed) X-Git-Tag: v_2_9_5~45 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE_IF_MODIFIED_SINCE?a=commitdiff_plain;h=5031e313189b292cd5821d7fc343aaa8ebc1bbc2;p=privoxy.git Removing the OPRG definition (no longer needed) --- diff --git a/privoxy.init b/privoxy.init index 58fe175a..1224f558 100644 --- a/privoxy.init +++ b/privoxy.init @@ -33,6 +33,9 @@ # # Revisions : # $Log: privoxy.init,v $ +# Revision 1.4 2002/03/25 04:16:48 hal9 +# Fix proper config file location. +# # Revision 1.3 2002/03/24 19:12:15 hal9 # Fixed some naming conflicts. # @@ -160,7 +163,6 @@ # Check that networking is up. [ ${NETWORKING} = "no" ] && exit 0 -JB_OPRG="junkbuster" JB_PRG="privoxy" JB_BIN="/usr/sbin/$JB_PRG" JB_CONF="/etc/$JB_PRG/config"