aboutsummaryrefslogtreecommitdiff
path: root/www/privoxy+ipv6/files/patch-GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/privoxy+ipv6/files/patch-GNUmakefile.in')
-rw-r--r--www/privoxy+ipv6/files/patch-GNUmakefile.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/privoxy+ipv6/files/patch-GNUmakefile.in b/www/privoxy+ipv6/files/patch-GNUmakefile.in
new file mode 100644
index 000000000000..cfd22fd300e0
--- /dev/null
+++ b/www/privoxy+ipv6/files/patch-GNUmakefile.in
@@ -0,0 +1,27 @@
+--- GNUmakefile.in.orig Fri May 23 04:31:48 2003
++++ GNUmakefile.in Fri Jun 20 22:50:22 2003
+@@ -174,7 +174,7 @@
+ #############################################################################
+ # We include these files in our distributions
+ #############################################################################
+-CONFIGS = config trust default.action standard.action user.action default.filter
++CONFIGS = config.sample trust default.action standard.action user.action.sample default.filter
+ # take care that no CVS .cvsignore or other crappy files
+ # are included here
+ # and escape every '#' in the find. doh.
+@@ -945,10 +945,12 @@
+ $(CAT) config >config~ ;\
+ $(MV) config.base config ;\
+ fi
+- $(SED) 's+confdir .+confdir $(CONF_DEST)+' config | \
+- $(SED) 's+logdir .+logdir $(LOG_DEST)+' >config.updated
++ $(SED) 's+confdir .*+confdir $(CONF_DEST)+' config | \
++ $(SED) 's+logdir .*+logdir $(LOG_DEST)+' >config.updated
+ $(MV) config config.base
+- $(MV) config.updated config
++ $(MV) config.updated config
++ $(MV) config config.sample
++ $(CP) user.action user.action.sample
+
+ @# Install the config support files. Test for root install, and abort
+ @# if there is no privoxy user, and no other user or group was enabled