This is a port of the OpenBSD ftp daemon.
The source was retrieved from ftp.openbsd.org on Mon Dec 30 03:42:37 EST 1996,
including the files
	extern.h	ftpcmd.y	ftpd.8		ftpd.c
	logutmp.c	logwtmp.c	pathnames.h	popen.c

These came from src/libexec/ftpd.
The other files:

	setproctitle.3 came from src/libc/gen.

	daemon.3/daemon.c/daemon.h were taken from NetKit 0.09.
	
	setproctitle.c was adapted from sendmail 8.7.4. (8.7.4 because
	it was handy, not for any particular reason.)
	
	setproctitle.h and the Makefile were written for the occasion.

This version does not put ftp users in utmp; the utmp code is #if'd out.
This version does not include a proper strvis implementation; this will
probably change in the future.

Send bug reports and whatnot to me, not to OpenBSD, as the OpenBSD
organization doesn't know anything about this port yet. I'll forward
them if necessary.

David A. Holland	dholland@hcs.harvard.edu
								30-Dec-1996
