Deleted Added
full compact
1c1
< .\" $NetBSD: ftpd.8,v 1.74 2003-08-07 09:46:39 agc Exp $
---
> .\" $NetBSD: ftpd.8,v 1.76 2005/08/07 11:13:34 wiz Exp $
66c66
< .Dd February 26, 2003
---
> .Dd August 4, 2005
75c75
< .Op Fl dHlqQrsuUwWX
---
> .Op Fl 46DdHlQqrsUuWwX
77d76
< .Op Fl c Ar confdir
78a78
> .Op Fl c Ar confdir
95a96,103
> .It Fl 4
> When
> .Fl D
> is specified, bind to IPv4 addresses only.
> .It Fl 6
> When
> .Fl D
> is specified, bind to IPv6 addresses only.
106a115,124
> .It Fl C Ar user
> Check whether
> .Ar user
> would be granted access under
> the restrictions given in
> .Xr ftpusers 5
> and exit without attempting a connection.
> .Nm
> exits with an exit code of 0 if access would be granted, or 1 otherwise.
> This can be useful for testing configurations.
121,127c139,140
< .It Fl C Ar user
< Check whether
< .Ar user
< would be granted access under
< the restrictions given in
< .Xr ftpusers 5
< and exit without attempting a connection.
---
> .It Fl D
> Run as daemon.
129,130c142,148
< exits with an exit code of 0 if access would be granted, or 1 otherwise.
< This can be useful for testing configurations.
---
> will listen on the default FTP port for incoming connections
> and fork a child for each connection.
> This is lower overhead than starting
> .Nm
> from
> .Xr inetd 8
> and thus might be useful on busy servers to reduce load.
140a159,164
> .It Fl H
> Equivalent to
> .Do
> -h
> `hostname`
> .Dc .
158,163c182,188
< .It Fl H
< Equivalent to
< .Do
< -h
< `hostname`
< .Dc .
---
> .It Fl L Ar xferlogfile
> Log
> .Tn wu-ftpd
> style
> .Sq xferlog
> entries to
> .Ar xferlogfile .
172,178d196
< .It Fl L Ar xferlogfile
< Log
< .Tn wu-ftpd
< style
< .Sq xferlog
< entries to
< .Ar xferlogfile .
186,189d203
< .It Fl q
< Enable the use of pid files for keeping track of the number of logged-in
< users per class.
< This is the default.
195a210,213
> .It Fl q
> Enable the use of pid files for keeping track of the number of logged-in
> users per class.
> This is the default.
208a227,232
> .It Fl U
> Don't log each concurrent
> .Tn FTP
> session to
> .Pa /var/run/utmp .
> This is the default.
216,221d239
< .It Fl U
< Don't log each concurrent
< .Tn FTP
< session to
< .Pa /var/run/utmp .
< This is the default.
234a253,257
> .It Fl W
> Don't log each
> .Tn FTP
> session to
> .Pa /var/log/wtmp .
243,247d265
< .It Fl W
< Don't log each
< .Tn FTP
< session to
< .Pa /var/log/wtmp .