X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=bin%2Ffeedlog.pl;h=27cc75a633fc75d5a1b323a37a292e9764c01d3b;hp=f10798a867b1416b594cd2c1623549b3fb846225;hb=91c674c4fe8136657b3bfc5c862e0c096ea2dd87;hpb=2871792120fba3b9ac9fe1b7bf166638b05766fd diff --git a/bin/feedlog.pl b/bin/feedlog.pl index f10798a..27cc75a 100755 --- a/bin/feedlog.pl +++ b/bin/feedlog.pl @@ -13,7 +13,7 @@ # which Perl itself is published. BEGIN { - our $VERSION = "0.01"; + our $VERSION = "0.02"; use File::Basename; # we're in .../bin, so our module is in ../lib push(@INC, dirname($0).'/../lib'); @@ -153,7 +153,7 @@ feedlog - log data from an INN feed to a database =head1 SYNOPSIS -B [B<-Vhdq>] [--conffile I] +B [B<-Vhdq>] [B<--conffile> I] =head1 REQUIREMENTS @@ -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.