K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-03-21T17:59:59.000000Z
K 7
svn:log
V 972
From: Sven Paulus <sven@oops.sub.de>

Attached is a little patch which introduces a few new command line options
to nnrpd I considered to be useful sometimes:

-o  Instead of sending articles to the server, nnrpd always spools
    them in the in.coming directory (like it does already when sending
    the article to the server fails).

-D  starts nnrpd in standalone daemon mode. nnrpd forks itself and
    detaches from the tty. It binds on NNTP port and waits for incoming
    connections. This is an alternative to starting innd out of
    inetd, e.g. if you have moved innd to a different port (readers
    connect a lot faster this way, if the innd loop is very loaded)

-p  sets an alternative port number when nnrpd is started in daemon
    mode

-b  binds to the specified address when nnrpd is startet in daemon
    mode. So it's possible to bind innd to one address on port 119
    (I hope inndstart supports this in INN 1.8?) and nnrpd on another
    address.

END
