From fb4e207fd4e2d3e1cbf933eca4824c99b04c7741 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 21 Apr 2010 21:26:10 +0100 Subject: [PATCH] wip config --- backends/innduct.c | 2 ++ doc/man/innduct.8 | 19 ++++++++----------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/backends/innduct.c b/backends/innduct.c index 5452cd8..f7300a3 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -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) diff --git a/doc/man/innduct.8 b/doc/man/innduct.8 index 5e29828..56cd806 100644 --- a/doc/man/innduct.8 +++ b/doc/man/innduct.8 @@ -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 .SH "SEE ALSO" -- 2.30.2