Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 08/04/2005 17:41:35
Module Name:	src
Committed By:	peter
Date:		Thu Aug  4 17:41:35 UTC 2005

Modified Files:
	src/libexec/ftpd: ftpd.8 ftpd.c version.h

Log Message:
Implement option "-D", for running ftpd in standalone mode (daemon).
ftpd will listen on the default FTP port for incoming connections and fork
a child for each connection.  This is lower overhead than starting ftpd from
inetd(8) and thus might be useful on busy servers to reduce load.

Inspired by FreeBSD.
Reviewed by lukem@.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/libexec/ftpd/ftpd.8
cvs rdiff -r1.166 -r1.167 src/libexec/ftpd/ftpd.c
cvs rdiff -r1.60 -r1.61 src/libexec/ftpd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.