]> git.pld-linux.org Git - packages/cleanfeed.git/blob - cleanfeed-conf.patch
- drop obsolete and outdated manual inclusion of rpm macros
[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/etc/cleanfeed.local.orig  2013-06-19 21:39:58.076002907 +0200
13 +++ cleanfeed/etc/cleanfeed.local       2013-06-19 21:41:49.602667248 +0200
14 @@ -156,15 +156,15 @@
15      %config_local = (
16          block_late_cancels => 1,
17          block_user_cancels => 1,
18 -        active_file => '/usr/local/news/db/active',
19 -        statfile => '/usr/local/news/cleanfeed/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_scoring_filter => 0,
26          do_emp_dump => 1,
27 -        emp_dump_file => '/usr/local/news/tmp/empdump',
28 +        emp_dump_file => '/var/lib/news/tmp/empdump',
29          md5_skips_followups => 0,
30 -        debug_batch_directory => '/usr/local/news/cleanfeed/log',
31 +        debug_batch_directory => '/var/lib/news/cleanfeed/log',
32          flood_groups => '^sci\.crypt$|^news\.software\.nntp$|^alt\.free\.newsservers',
33          MD5RateCutoff => 3,
34          PHNRateBaseInterval => 1800,
This page took 0.078709 seconds and 3 git commands to generate.