- 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
25 lines
352 B
Diff
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
|
|
# =================
|