]> git.pld-linux.org Git - packages/cleanfeed.git/blob - cleanfeed-conf.patch
- enhanced conf patch: provide sane paths in cleanfeed.local
[packages/cleanfeed.git] / cleanfeed-conf.patch
1 --- ./cleanfeed.org     2008-08-12 09:49:59.932847792 +0000
2 +++ ./cleanfeed 2008-08-12 09:50:48.423467334 +0000
3 @@ -15,7 +15,7 @@
4  # Directory where cleanfeed.local and the other configuration files live.
5  # Set this to undef to not use any external file.
6  
7 -$config_dir = '/usr/local/news/cleanfeed/etc';
8 +$config_dir = '/etc/news';
9  
10  ##############################################################################
11  # Server configuration
12 --- cleanfeed-20020501/cleanfeed.local.sample.orig      2002-05-02 11:23:20.000000000 +0200
13 +++ cleanfeed-20020501/cleanfeed.local.sample   2013-06-15 18:07:08.720139109 +0200
14 @@ -208,13 +208,13 @@
15  sub local_config {
16         %config_local = (
17                 block_late_cancels => 1,
18 -               active_file => '/news/db/active',
19 -               statfile => '/news/log/cleanfeed.stats',
20 -#              html_statfile => '/news/log/cleanfeed.stats.html',
21 +               active_file => '/var/lib/news/active',
22 +               statfile => '/var/log/news/cleanfeed.stats',
23 +#              html_statfile => '/var/log/news/cleanfeed.stats.html',
24                 stats_interval => 300,
25                 do_emp_dump => 1,
26 -               emp_dump_file => '/news/tmp/empdump',
27 -               debug_batch_directory => '/news/spam',
28 +               emp_dump_file => '/var/lib/news/tmp/empdump',
29 +               debug_batch_directory => '/var/lib/news/spam',
30         );
31  
32         %config_append = (
This page took 0.027914 seconds and 3 git commands to generate.