Fix documentation relating to conffile location.
authorThomas Hochstein <thh@inter.net>
Wed, 4 Sep 2013 09:41:58 +0000 (11:41 +0200)
committerThomas Hochstein <thh@inter.net>
Wed, 4 Sep 2013 09:43:13 +0000 (11:43 +0200)
CONFIGURATION section talks about newsstats.conf being
in the same directory which is not true any more since
2ad99c20bcc297362aeccabb1c51e20c4bd4b533.

It also didn't mention the --conffile option which was
added in 23ab67a099e32a9ee8c0700fe46bc43680a60721.

Signed-off-by: Thomas Hochstein <thh@inter.net>
bin/feedlog.pl
bin/gatherstats.pl
bin/groupstats.pl
install/install.pl

index ed9f1b8..27cc75a 100755 (executable)
@@ -174,7 +174,8 @@ terminating would only result in a rapid respawn.
 =head2 Configuration
 
 B<feedlog> will read its configuration from F<newsstats.conf> which
-should be present in the same directory via Config::Auto.
+should be present in etc/ via Config::Auto or from a configuration file
+submitted by the B<--conffile> option.
 
 See L<doc/INSTALL> for an overview of possible configuration options.
 
index 4d61d7e..b4f07d9 100755 (executable)
@@ -261,7 +261,8 @@ override that default through the B<--groupsdb> option.
 =head2 Configuration
 
 B<gatherstats> will read its configuration from F<newsstats.conf>
-which should be present in the same directory via Config::Auto.
+which should be present in etc/ via Config::Auto or from a configuration file
+submitted by the B<--conffile> option.
 
 See L<doc/INSTALL> for an overview of possible configuration options.
 
index 2c1d9f5..76ecce0 100755 (executable)
@@ -342,7 +342,8 @@ Captions and comments are automatically disabled in this case.
 =head2 Configuration
 
 B<groupstats> will read its configuration from F<newsstats.conf>
-which should be present in the same directory via Config::Auto.
+which should be present in etc/ via Config::Auto or from a configuration file
+submitted by the B<--conffile> option.
 
 See doc/INSTALL for an overview of possible configuration options.
 
index 837f091..690366e 100755 (executable)
@@ -268,8 +268,9 @@ This script will create database tables as necessary and configured.
 
 =head2 Configuration
 
-B<install> will read its configuration from F<newsstats.conf> via
-Config::Auto.
+B<install> will read its configuration from F<newsstats.conf> which should
+be present in etc/ via Config::Auto or from a configuration file submitted
+by the B<--conffile> option.
 
 See L<doc/INSTALL> for an overview of possible configuration options.
 
This page took 0.013752 seconds and 4 git commands to generate.