2e44530742
"this is a small update of privoxy to 3.0.17, plus an rc script making use of the built-in chroot functionality. For this to work, you need to change the home of _privoxy to /var/privoxy, the rc script will copy all necessary files into the chroot. Also, some additional files and scripts will be installed." Similar diff and testing from roberth Input and OK from sthen@
22 lines
384 B
Plaintext
22 lines
384 B
Plaintext
$OpenBSD: patch-config,v 1.7 2011/03/25 02:56:13 merdely Exp $
|
|
--- config.orig Sat Nov 13 13:48:18 2010
|
|
+++ config Fri Mar 18 17:15:32 2011
|
|
@@ -265,7 +265,7 @@
|
|
#
|
|
# No trailing "/", please.
|
|
#
|
|
-confdir .
|
|
+confdir ${SYSCONFDIR}/privoxy
|
|
#
|
|
#
|
|
# 2.2. templdir
|
|
@@ -322,7 +322,7 @@ confdir .
|
|
#
|
|
# No trailing "/", please.
|
|
#
|
|
-logdir .
|
|
+logdir /log
|
|
#
|
|
#
|
|
# 2.4. actionsfile
|