* Change permission of /etc/privoxy recursively to privoxy:adm, to allow
authorRoland Rosenfeld <roland@spinnaker.de>
Wed, 22 May 2002 19:52:53 +0000 (19:52 +0000)
committerRoland Rosenfeld <roland@spinnaker.de>
Wed, 22 May 2002 19:52:53 +0000 (19:52 +0000)
    modification of the config via web interface (Closes: SF-552144)

debian/changelog
debian/postinst

index 428ea76..88df3ce 100644 (file)
@@ -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
 
index 7820372..ee710cf 100644 (file)
@@ -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)