4a24bce183
Regen patches prodded by naddy@
33 lines
848 B
Plaintext
33 lines
848 B
Plaintext
$OpenBSD: patch-config,v 1.5 2009/03/26 18:58:03 merdely Exp $
|
|
--- config.orig Sat Aug 16 06:48:27 2008
|
|
+++ config Thu Mar 26 14:23:35 2009
|
|
@@ -166,8 +166,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
|
|
#
|
|
#
|
|
# 1.3. admin-address
|
|
@@ -267,7 +267,7 @@ trust-info-url http://www.example.com/what_we_allow.h
|
|
#
|
|
# No trailing "/", please.
|
|
#
|
|
-confdir .
|
|
+confdir ${SYSCONFDIR}/privoxy
|
|
#
|
|
#
|
|
# 2.2. templdir
|
|
@@ -324,7 +324,7 @@ confdir .
|
|
#
|
|
# No trailing "/", please.
|
|
#
|
|
-logdir .
|
|
+logdir /var/log/privoxy
|
|
#
|
|
#
|
|
# 2.4. actionsfile
|