From: Roland Rosenfeld <roland@spinnaker.de>
Date: Wed, 22 May 2002 19:52:53 +0000 (+0000)
Subject:   * Change permission of /etc/privoxy recursively to privoxy:adm, to allow
X-Git-Tag: v_3_0_branchpoint~26
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/@default-cgi@/diff?a=commitdiff_plain;h=58e98c968352e34221c8e12370408e73402eb59a;p=privoxy.git

  * Change permission of /etc/privoxy recursively to privoxy:adm, to allow
    modification of the config via web interface (Closes: SF-552144)
---

diff --git a/debian/changelog b/debian/changelog
index 428ea761..88df3ce0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ privoxy (2.9.15-beta-0) unstable; urgency=low
   * Force usage of w3m -dump to convert HTML to ASCII (build depend on it).
   * Exclude CVS files from dh_installdocs (when compiling from CVS).
   * Add user.action and standard.action to /etc/privoxy.
+  * Change permission of /etc/privoxy recursively to privoxy:adm, to allow
+    modification of the config via web interface (Closes: SF-552144)
 
- -- Roland Rosenfeld <roland@debian.org>  Sat, 11 May 2002 20:38:16 +0200
+ -- Roland Rosenfeld <roland@debian.org>  Wed, 22 May 2002 21:51:53 +0200
 
 privoxy (2.9.14-beta-1) unstable; urgency=low
 
diff --git a/debian/postinst b/debian/postinst
index 7820372c..ee710cfb 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -30,8 +30,8 @@ case "$1" in
             adduser --system --home /etc/privoxy --ingroup nogroup \
                     --disabled-password privoxy >/dev/null
         fi
-        chown -R privoxy.adm /var/log/privoxy
-        chmod 750 /var/log/privoxy
+        chown -R privoxy.adm /var/log/privoxy /etc/privoxy
+        chmod 750 /var/log/privoxy /etc/privoxy
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)