Rebuild with the updated list of developers
[privoxy.git] / debian / patches / 24_global_action.dpatch
index 916073f..b9e8ce7 100755 (executable)
@@ -9,7 +9,7 @@
 diff -urNad privoxy~/GNUmakefile.in privoxy/GNUmakefile.in
 --- privoxy~/GNUmakefile.in
 +++ privoxy/GNUmakefile.in
-@@ -166,7 +166,7 @@
+@@ -167,7 +167,7 @@
  #############################################################################
  # We include these files in our distributions
  #############################################################################
@@ -21,18 +21,18 @@ diff -urNad privoxy~/GNUmakefile.in privoxy/GNUmakefile.in
 diff -urNad privoxy~/config privoxy/config
 --- privoxy~/config
 +++ privoxy/config
-@@ -335,6 +335,7 @@
- #      without at least one actions file.
+@@ -371,6 +371,7 @@
+ #      to allow previously forbidden characters.
+ #
+ actionsfile standard.action  # Internal purpose, recommended
++actionsfile global.action    # Global default setting for all sites
+ actionsfile default.action   # Main actions file
+ actionsfile user.action      # User customizations
  #
- actionsfile standard  # Internal purpose, recommended
-+actionsfile global    # Global default setting for all sites
- actionsfile default   # Main actions file
- actionsfile user      # User customizations
 diff -urNad privoxy~/default.action.master privoxy/default.action.master
 --- privoxy~/default.action.master
 +++ privoxy/default.action.master
-@@ -537,16 +537,6 @@
+@@ -550,16 +550,6 @@
  allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
  
  #############################################################################