From: Roland Rosenfeld Date: Sat, 25 May 2002 19:19:37 +0000 (+0000) Subject: Disable edit-actions and remote-toggle in config file by default X-Git-Tag: v_3_1_archive_branchpoint~287 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=6759f5f0423321ceef23f32cc078a6c9aa5aa168;hp=2c092aff243227e5802432b14c370502769313b9 Disable edit-actions and remote-toggle in config file by default (Closes: #148125). --- diff --git a/debian/changelog b/debian/changelog index 9c4a8a78..ceaf32ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,28 @@ 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. + + -- Roland Rosenfeld 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 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). - -- Roland Rosenfeld Thu, 23 May 2002 07:06:01 +0200 + -- Roland Rosenfeld Thu, 23 May 2002 18:38:27 +0200 privoxy (2.9.14-beta-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a8c0f0a5..06fb8a21 100755 --- a/debian/rules +++ b/debian/rules @@ -66,6 +66,7 @@ install: build 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