X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy.init;h=a835405c050bf321e02f8f43939f48531efd494f;hp=02769f55ce4c985e67ef68e66a780b5c0a2371f2;hb=7be5e3537c2a39c58b28a4a0f2d29da319f74068;hpb=c39030e5381369a9cabd2ee15ef34926f11697de diff --git a/privoxy.init b/privoxy.init index 02769f55..a835405c 100644 --- a/privoxy.init +++ b/privoxy.init @@ -7,7 +7,7 @@ # privoxy. # # Copyright : Written by and Copyright (C) 2001 the SourceForge -# PRIVOXY team. http://ijbswa.sourceforge.net +# Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and @@ -33,6 +33,18 @@ # # Revisions : # $Log: privoxy.init,v $ +# Revision 1.5 2002/03/25 06:14:18 morcego +# Removing the OPRG definition (no longer needed) +# +# 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. +# +# 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,10 +166,9 @@ # Check that networking is up. [ ${NETWORKING} = "no" ] && exit 0 -JB_OPRG="privoxy" -JB_PRG="jbng" +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