File privoxy-3.0.6-config.patch of Package privoxy
--- config
+++ config
@@ -266,7 +266,7 @@
# flat, except for confdir/templates, where the HTML templates
# for CGI output reside (e.g. Privoxy's 404 error page).
#
-confdir .
+confdir /etc
#
# 2.2. logdir
@@ -293,7 +293,7 @@
#
# No trailing "/", please
#
-logdir .
+logdir /log
#
# 2.3. actionsfile
@@ -575,7 +575,7 @@
# If you want to use CLF (Common Log Format), you should set
# "debug 512" ONLY and not enable anything else.
#
-debug 1 # show each GET/POST/CONNECT request
+#debug 1 # show each GET/POST/CONNECT request
debug 4096 # Startup banner and warnings
debug 8192 # Errors - *we highly recommended enabling this*