2 In some circumstances config file is installed as config.new...
4 --- privoxy-3.0.33-stable/GNUmakefile.in.orig 2021-12-08 12:05:05.000000000 +0000
5 +++ privoxy-3.0.33-stable/GNUmakefile.in 2022-03-31 21:35:18.211582929 +0000
10 -CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall
11 +CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS)
13 LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
17 $(ECHO) Installing configuration files to $(DESTDIR)$(CONF_DEST);\
18 for i in $(CONFIGS); do \
19 - if [ "$$i" = "default.action" ] || [ "$$i" = "default.filter" ] ; then \
20 + if [ "$$i" = "default.action" ] || [ "$$i" = "default.filter" ] || [ "$$i" = "config" ]; then \
21 $(RM) $(DESTDIR)$(CONF_DEST)/$$i ;\
22 $(ECHO) Installing fresh $$i;\
23 $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST) || exit 1;\
24 diff -ru privoxy-3.0.8-stable-orig/config privoxy-3.0.8-stable/config
25 --- privoxy-3.0.23-stable/config.~1~ 2015-01-24 19:44:20.000000000 +0300
26 +++ privoxy-3.0.23-stable/config 2015-08-06 20:53:29.180676722 +0300
29 # No trailing "/", please.
38 # No trailing "/", please.
41 +logdir /var/log/privoxy
46 # require additional software to do it. For details, please
47 # refer to the documentation for your operating system.