bd5cd2e258
submitted by Dan Weeks <danimal@danimal.org> Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. naddy@ OK
33 lines
916 B
Plaintext
33 lines
916 B
Plaintext
$OpenBSD: patch-config,v 1.1.1.1 2002/11/29 09:41:39 sturm Exp $
|
|
--- config.orig Sun Aug 25 19:50:21 2002
|
|
+++ config Sun Nov 17 10:43:18 2002
|
|
@@ -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 %%SYSCONFDIR%%/privoxy
|
|
|
|
#
|
|
# 1.2. logdir
|
|
@@ -131,7 +131,7 @@ confdir .
|
|
#
|
|
# No trailing "/", please
|
|
#
|
|
-logdir .
|
|
+logdir /var/log/privoxy
|
|
|
|
#
|
|
# 1.3. actionsfile
|
|
@@ -417,8 +417,8 @@ jarfile jarfile
|
|
# 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
|