From owner-cvs-libexec Thu Apr 11 03:22:28 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01377 for cvs-libexec-outgoing; Thu, 11 Apr 1996 03:22:28 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01351 Thu, 11 Apr 1996 03:22:19 -0700 (PDT) Date: Thu, 11 Apr 1996 03:22:19 -0700 (PDT) From: David Greenman Message-Id: <199604111022.DAA01351@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ftpd ftpd.8 ftpd.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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