Files
privoxy/privoxy-3.0.21-config.patch
Jörg Lorenzen edacbab1a4 Accepting request 884129 from home:elvigia:branches:server:proxy
- Using pcre is good, however using the pcreposix library is not and will
  lead to undefined behaviour as symbol clashes with glibc.
  (privoxy-nopcreposix.patch)

OBS-URL: https://build.opensuse.org/request/show/884129
OBS-URL: https://build.opensuse.org/package/show/server:proxy/privoxy?expand=0&rev=69
2021-04-13 11:30:55 +00:00

25 lines
352 B
Diff

---
config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/config
+++ b/config
@@ -259,7 +259,7 @@
#
# No trailing "/", please.
#
-confdir .
+confdir /etc
#
# 2.2. templdir
# ==============
@@ -344,7 +344,7 @@
#
# No trailing "/", please.
#
-logdir .
+logdir /log
#
# 2.5. actionsfile
# =================