diff -ur privoxy-3.0.0-stable.orig/config privoxy-3.0.0-stable.config/config --- privoxy-3.0.0-stable.orig/config 2002-08-26 02:50:21 +0300 +++ privoxy-3.0.0-stable.config/config 2002-08-29 14:39:10 +0300 @@ -104,7 +104,7 @@ # flat, except for confdir/templates, where the HTML templates # for CGI output reside (e.g. Privoxy's 404 error page). # -confdir . +confdir /etc/%name # # 1.2. logdir @@ -131,7 +131,7 @@ # # No trailing "/", please # -logdir . +logdir /var/log # # 1.3. actionsfile @@ -259,7 +259,7 @@ # Any log files must be writable by whatever user Privoxy is # being run as (default on UNIX, user id is "privoxy"). # -logfile logfile +logfile %name # # 1.6. jarfile @@ -417,8 +417,8 @@ # don't end up locked out from the information on why they were # locked out in the first place! # -trust-info-url http://www.example.com/why_we_block.html -trust-info-url http://www.example.com/what_we_allow.html +#trust-info-url http://www.example.com/why_we_block.html +#trust-info-url http://www.example.com/what_we_allow.html # # 2.3. admin-address