Disable edit-actions and remote-toggle in config file by default
authorRoland Rosenfeld <roland@spinnaker.de>
Sat, 25 May 2002 19:19:37 +0000 (19:19 +0000)
committerRoland Rosenfeld <roland@spinnaker.de>
Sat, 25 May 2002 19:19:37 +0000 (19:19 +0000)
(Closes: #148125).

debian/changelog
debian/rules

index 9c4a8a7..ceaf32a 100644 (file)
@@ -1,15 +1,28 @@
 privoxy (2.9.15-beta-0) unstable; urgency=low
 
   * New upstream version.
 privoxy (2.9.15-beta-0) unstable; urgency=low
 
   * New upstream version.
-  * Fix debian/rules clean to really clean.
   * Use upstream docbook build mechanism now.
   * 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.
   * Use upstream docbook build mechanism now.
   * 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.
+
+ -- Roland Rosenfeld <roland@debian.org>  Sat, 25 May 2002 20:47:33 +0200
+
+privoxy (2.9.14-beta-3) unstable; urgency=low
+
+  * Fix typo ('[' instead of '{') in default.action (Closes: #148122).
+  * Disable edit-actions and remote-toggle in config file by default
+    (Closes: #148125).
+
+ -- Roland Rosenfeld <roland@debian.org>  Sat, 25 May 2002 11:53:49 +0200
+
+privoxy (2.9.14-beta-2) unstable; urgency=low
+
+  * Fix debian/rules clean to really clean.
   * Change owner of /etc/privoxy/{*.action|trust} to privoxy in postinst,
     to allow modification of these files web interface (Closes: SF-552144).
 
   * Change owner of /etc/privoxy/{*.action|trust} to privoxy in postinst,
     to allow modification of these files web interface (Closes: SF-552144).
 
- -- Roland Rosenfeld <roland@debian.org>  Thu, 23 May 2002 07:06:01 +0200
+ -- Roland Rosenfeld <roland@debian.org>  Thu, 23 May 2002 18:38:27 +0200
 
 privoxy (2.9.14-beta-1) unstable; urgency=low
 
 
 privoxy (2.9.14-beta-1) unstable; urgency=low
 
index a8c0f0a..06fb8a2 100755 (executable)
@@ -66,6 +66,7 @@ install: build
        install -m 0755 privoxy $(DEBDIR)/usr/sbin/privoxy
 
        sed -e 's/^\(\(trust\|proxy\)-info-url\|admin-address\)/#\1/'  \
        install -m 0755 privoxy $(DEBDIR)/usr/sbin/privoxy
 
        sed -e 's/^\(\(trust\|proxy\)-info-url\|admin-address\)/#\1/'  \
+           -e 's/^\(enable-\(edit-actions\|remote-toggle\)\)/#\1/' \
            -e 's#^confdir \.#confdir /etc/privoxy#' \
            -e 's#^logdir \.#logdir /var/log/privoxy#' \
                < config > $(DEBDIR)/etc/privoxy/config
            -e 's#^confdir \.#confdir /etc/privoxy#' \
            -e 's#^logdir \.#logdir /var/log/privoxy#' \
                < config > $(DEBDIR)/etc/privoxy/config