INN commit: branches/2.5/doc/pod (news.daily.pod news.pod)

INN Commit rra at isc.org
Tue Feb 16 19:52:45 UTC 2010


    Date: Tuesday, February 16, 2010 @ 11:52:44
  Author: iulius
Revision: 8989

Add a new keyword to news.daily:  "procbatchdir" specifies the backlog
directories of innfeed when several instances of innfeed are running or
when its configuration file is not the default one.

Modified:
  branches/2.5/doc/pod/news.daily.pod
  branches/2.5/doc/pod/news.pod

----------------+
 news.daily.pod |   10 +++++++++-
 news.pod       |    6 ++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

Modified: news.daily.pod
===================================================================
--- news.daily.pod	2010-02-16 19:50:00 UTC (rev 8988)
+++ news.daily.pod	2010-02-16 19:52:44 UTC (rev 8989)
@@ -9,7 +9,7 @@
 [B<lowmark>] [B<mailto>=I<address>] [B<noexpire>] [B<noexpireover>]
 [B<noexplog>] [B<nologs>] [B<nomail>] [B<noprocbatch>] [B<norenumber>]
 [B<norm>] [B<norotate>] [B<nostat>] [B<notdaily>] [B<postexec>=I<program>]
-[B<tmpdir>=I<path>] [I</path/to/a/program>]
+[B<procbatchdir>=I<path>] [B<tmpdir>=I<path>] [I</path/to/a/program>]
 
 =head1 DESCRIPTION
 
@@ -221,6 +221,14 @@
 The program specified by the given path I<program> is executed just after all expiration
 is done.  Multiple programs may be specified; they will be invoked in order.
 
+=item B<procbatchdir>=I<path>
+
+B<news.daily> tries to find the backlog directory of B<innfeed> in
+F<innfeed.conf>.  In case several instances of B<innfeed> are running or
+when its configuration file is not the default one, the B<procbatchdir>
+keyword can be used to specify the path of the backlog directory.
+This keyword can be used more than once in the command-line.
+
 =item B<tmpdir>=I<path>
 
 Overrides the I<pathtmp> setting in F<inn.conf> by setting the environment variable

Modified: news.pod
===================================================================
--- news.pod	2010-02-16 19:50:00 UTC (rev 8988)
+++ news.pod	2010-02-16 19:52:44 UTC (rev 8989)
@@ -118,6 +118,12 @@
 
 =item *
 
+The B<procbatchdir> keyword has been added to B<news.daily> so as to specify
+the backlog directories of B<innfeed> when several instances of B<innfeed>
+are running or when its configuration file is not the default one.
+
+=item *
+
 A new feature has been added to B<sm>.  When the B<-c> flag is used,
 it shows a clear, decoded form of the storage API token.  This
 was previously done by the contrib B<showtoken> script developed




More information about the inn-committers mailing list