From 44c197097be2f6ec7bd02fcc8cc8dc51c34311c5 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 4 Sep 2013 11:41:58 +0200 Subject: [PATCH] Fix documentation relating to conffile location. 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 --- bin/feedlog.pl | 3 ++- bin/gatherstats.pl | 3 ++- bin/groupstats.pl | 3 ++- install/install.pl | 5 +++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bin/feedlog.pl b/bin/feedlog.pl index ed9f1b8..27cc75a 100755 --- a/bin/feedlog.pl +++ b/bin/feedlog.pl @@ -174,7 +174,8 @@ terminating would only result in a rapid respawn. =head2 Configuration B will read its configuration from F 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 for an overview of possible configuration options. diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 4d61d7e..b4f07d9 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -261,7 +261,8 @@ override that default through the B<--groupsdb> option. =head2 Configuration B will read its configuration from F -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 for an overview of possible configuration options. diff --git a/bin/groupstats.pl b/bin/groupstats.pl index 2c1d9f5..76ecce0 100755 --- a/bin/groupstats.pl +++ b/bin/groupstats.pl @@ -342,7 +342,8 @@ Captions and comments are automatically disabled in this case. =head2 Configuration B will read its configuration from F -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. diff --git a/install/install.pl b/install/install.pl index 837f091..690366e 100755 --- a/install/install.pl +++ b/install/install.pl @@ -268,8 +268,9 @@ This script will create database tables as necessary and configured. =head2 Configuration -B will read its configuration from F via -Config::Auto. +B will read its configuration from F which should +be present in etc/ via Config::Auto or from a configuration file submitted +by the B<--conffile> option. See L for an overview of possible configuration options. -- 2.20.1