Hi Matthew,
nntpsend(8) says:
-d -D The ``-d'' flag causes nntpsend to send output
to stdout rather than the log file <pathlog in inn.conf>
/nntpsend.log.
The ``-D'' flag does the same and it passes ``-d'' to
all innxmit invocations, which in turn causes innxmit to go
into debug mode.
The code, however, does the following:
## -d debug mode, run innxmits with debug as well
## -D same as -d except innxmits are not debugged
...
X-d)
D_FLAG="-d"
NO_LOG_FLAG="true"
;;
X-D)
NO_LOG_FLAG="true"
;;
The documentation should reflect the behaviour of the code.
Thanks for having reported that issue!
You will find an updated documentation here:
http://www.eyrie.org/~eagle/software/inn/docs/nntpsend.html
http://www.eyrie.org/~eagle/software/inn/docs/nntpsend.ctl.html
I have also fixed the following things:
* The -a flag is given only when there is no size limit.
* The -S flag does not exist for nntpsend.
* When the -n flag is used, nntpsend does not sleep
before spawning each innxmit child.
* In nntpsend.ctl documentation, trunc(1) does not exist;
it is shrinkfile(1).
Have a nice week,
--
Julien ÉLIE
« Ex nihilo nihil. » (Perse)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]