chiark / gitweb /
wip config
authorIan Jackson <ian@liberator.(none)>
Wed, 21 Apr 2010 20:26:10 +0000 (21:26 +0100)
committerIan Jackson <ian@liberator.(none)>
Wed, 21 Apr 2010 20:26:10 +0000 (21:26 +0100)
backends/innduct.c
doc/man/innduct.8

index 5452cd831012a3ee9a8471397001fb2daded7a8c..f7300a30c4fe0a47e68971d182965b0f91345ba8 100644 (file)
@@ -2351,6 +2351,8 @@ int main(int argc, char **argv) {
     badusage("nocheck decay articles must be at least 0.1");
   nocheck_decay= 1 - 1/nocheck_decay_articles;
 
+  if (!pathoutgoing)
+    pathoutgoing= innconf->pathoutgoing;
   innconf_read(inndconffile);
 
   if (!feedfile)
index 5e298280ffbd4dd5c90937f81ceee8eb355597f4..56cd8064e35f90d22b97b8766ccf47abb51b5293 100644 (file)
@@ -4,11 +4,8 @@ innduct \- quickly and reliably stream Usenet articles to remote site
 .SH SYNOPSIS
 .B innduct
 .RI [ options ]
-[
 .I site
-[
-.I fqdn
-]]
+.RI [ fqdn ]
 .SH DESCRIPTION
 .B innduct
 implements NNTP peer-to-peer news transmission including the streaming
@@ -76,11 +73,6 @@ remove this file.
 Batch file containing details of articles whose transmission has
 recently been deferred at the request of the recipient site.  Created,
 written, read and removed by innduct.
-.IP \fIfeedfile\fR_defer
-.IX Item "defer file"
-Batch file containing details of articles whose transmission has
-recently been deferred at the request of the recipient site.  Created,
-written, read and removed by innduct.
 .IP \fIfeedfile\fR_backlog.\fItime_t\fR.\fIinum\fR
 .IX Item "backlog file"
 Batch file containing details of articles whose transmission has less
@@ -93,8 +85,13 @@ Batch file manually provided by the administrator.  The file should be
 complete and ready to process at the time it is renamed or hardlinked
 to this name.  innduct will then automatically find and read and
 process it and eventually remove it.  The administrator may also
-safely remove backlog files.  \fIsomething\fR should not contain
-\fB#\fR or \fB~\fR.
+safely remove backlog files.  \fIsomething\fR may not contain
+\fB#\fR \fB~\fR or \fB/\fR.
+.IP /etc/news/inn.conf
+.IX Item inn.conf
+Used to find
+.IR pathoutgoing
+if none is specified.
 .SH HISTORY
 Written by Ian Jackson <ijackson@chiark.greenend.org.uk>
 .SH "SEE ALSO"