From 9e09b6c2bffef7fe6f8127ab08369f39f2d51042 Mon Sep 17 00:00:00 2001 From: hal9 Date: Mon, 25 Mar 2002 04:16:48 +0000 Subject: [PATCH] Fix proper config file location. --- privoxy.init | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.49.0