--- ./cleanfeed.org 2008-08-12 09:49:59.932847792 +0000 +++ ./cleanfeed 2008-08-12 09:50:48.423467334 +0000 @@ -15,7 +15,7 @@ # Directory where cleanfeed.local and the other configuration files live. # Set this to undef to not use any external file. -$config_dir = '/usr/local/news/cleanfeed/etc'; +$config_dir = '/etc/news'; ############################################################################## # Server configuration --- cleanfeed-20020501/cleanfeed.local.sample.orig 2002-05-02 11:23:20.000000000 +0200 +++ cleanfeed-20020501/cleanfeed.local.sample 2013-06-15 18:07:08.720139109 +0200 @@ -208,13 +208,13 @@ sub local_config { %config_local = ( block_late_cancels => 1, - active_file => '/news/db/active', - statfile => '/news/log/cleanfeed.stats', -# html_statfile => '/news/log/cleanfeed.stats.html', + active_file => '/var/lib/news/active', + statfile => '/var/log/news/cleanfeed.stats', +# html_statfile => '/var/log/news/cleanfeed.stats.html', stats_interval => 300, do_emp_dump => 1, - emp_dump_file => '/news/tmp/empdump', - debug_batch_directory => '/news/spam', + emp_dump_file => '/var/lib/news/tmp/empdump', + debug_batch_directory => '/var/lib/news/spam', ); %config_append = (