From owner-freebsd-hackers Sun Jun 27 19:27:41 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (Postfix) with ESMTP id 579B11535A for ; Sun, 27 Jun 1999 19:27:38 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from john.baldwin.cx (207-172-143-251.s60.as3.hgt.md.dialup.rcn.com [207.172.143.251]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id WAA03294; Sun, 27 Jun 1999 22:27:29 -0400 (EDT) Message-Id: <199906280227.WAA03294@smtp1.erols.com> X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199906252058.OAA78683@dune.plutotech.com> Date: Sun, 27 Jun 1999 22:27:28 -0400 (EDT) From: John Baldwin To: Drew Eckhardt Subject: Re: Inetd and wrapping. Cc: freebsd-hackers@freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 25-Jun-99 Drew Eckhardt wrote: > In article <199906242353.TAA06995@smtp4.erols.com> you write: >> >>Here's one possibility, it adds a a wrap/nowrap field that goes beside the >>wait/nowait field, so you would have: >> >>ftp stream tcp nowait wrap root /usr/libexec/ftpd ftpd >>-l > > Breaking backwards compatability is evil. Do something like this instead - > > ftp stream tcp nowait&wrap root /usr/libexec/ftpd ftpd > -l That's easy to change (just change where it reads the wrap/nowrap whatever in the last half of the patch). It was more of a proof of concept to show that it could be easily done in 10 minutes or so. --- John Baldwin -- http://members.freedomnet.com/~jbaldwin/ PGP Key: http://members.freedomnet.com/~jbaldwin/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message