Update Debian patches to the state of CVS as of 2007-12-01.
[privoxy.git] / debian / patches / 14_config.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 14_config.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Several Debian specific changes to config file
6
7 @DPATCH@
8 diff -urNad privoxy~/config privoxy/config
9 --- privoxy~/config
10 +++ privoxy/config
11 @@ -1,4 +1,4 @@
12 -#        Sample Configuration File for Privoxy v3.0.7
13 +#        Sample Configuration File for Privoxy
14  #
15  #  $Id: config,v 1.59 2007/11/15 02:46:31 hal9 Exp $
16  #
17 @@ -128,7 +128,7 @@
18  #          If set, this option should be the first option in the config
19  #          file, because it is used while the config file is being read.
20  #
21 -#user-manual http://www.privoxy.org/user-manual/
22 +user-manual /usr/share/doc/privoxy/user-manual
23  #
24  #
25  #  1.2. trust-info-url
26 @@ -163,8 +163,8 @@
27  #      don't end up locked out from the information on why they were
28  #      locked out in the first place!
29  #
30 -trust-info-url  http://www.example.com/why_we_block.html
31 -trust-info-url  http://www.example.com/what_we_allow.html
32 +#trust-info-url  http://www.example.com/why_we_block.html
33 +#trust-info-url  http://www.example.com/what_we_allow.html
34  #
35  #
36  #  1.3. admin-address
37 @@ -260,7 +260,7 @@
38  #
39  #      No trailing "/", please.
40  #
41 -confdir .
42 +confdir /etc/privoxy
43  #
44  #
45  #  2.2. templdir
46 @@ -315,7 +315,7 @@
47  #
48  #      No trailing "/", please.
49  #
50 -logdir .
51 +logdir /var/log/privoxy
52  #
53  #
54  #  2.4. actionsfile
55 @@ -609,7 +609,7 @@
56  #      it's reached, messages are logged truncated and marked with
57  #      "... [too long, truncated]".
58  #
59 -debug   1    # show each GET/POST/CONNECT request
60 +#debug   1    # show each GET/POST/CONNECT request
61  debug   4096 # Startup banner and warnings
62  debug   8192 # Errors - *we highly recommended enabling this*
63  #