Date: Thu, 11 Apr 1996 03:22:19 -0700 (PDT) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ftpd ftpd.8 ftpd.c Message-ID: <199604111022.DAA01351@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 96/04/11 03:22:18 Modified: libexec/ftpd ftpd.8 ftpd.c Log: Implemented a "-D" option that causes ftpd to detach and become a daemon - accepting connections on the FTP port and forking children processes to handling them. This is lower overhead than spawning ftpd from inetd and can be a significant win on busy FTP servers. Be sure to disable ftpd in inetd.conf if you decide to use this option. These changes are based on similar changes I made to wu-ftpd and have been in use on wcarchive for several months. Revision Changes Path 1.6 +12 -0 src/libexec/ftpd/ftpd.8 1.16 +108 -29 src/libexec/ftpd/ftpd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604111022.DAA01351>
