Add changes from 3.0.6-2, 3.0.6-3 and several unreleased changes
[privoxy.git] / debian / patches / 30_actionsfile_fullname.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 30_actionsfile_fullname.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: The "actionsfile" syntax in the configuration file is consistent
6 ## DP: with the rest of the configuration options and requires the
7 ## DP: whole file name.
8
9 @DPATCH@
10 diff -urNad privoxy~/config privoxy/config
11 --- privoxy~/config
12 +++ privoxy/config
13 @@ -334,10 +334,10 @@
14  #      privacy considerations, etc. There is no point in using Privoxy
15  #      without at least one actions file.
16  #
17 -actionsfile standard  # Internal purpose, recommended
18 -actionsfile global    # Global default setting for all sites
19 -actionsfile default   # Main actions file
20 -actionsfile user      # User customizations
21 +actionsfile standard.action  # Internal purpose, recommended
22 +actionsfile global.action    # Global default setting for all sites
23 +actionsfile default.action   # Main actions file
24 +actionsfile user.action      # User customizations
25  
26  #
27  #  2.4. filterfile