Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 1999 22:27:28 -0400 (EDT)
From:      John Baldwin <jobaldwi@vt.edu>
To:        Drew Eckhardt <drew@plutotech.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Inetd and wrapping.
Message-ID:  <199906280227.WAA03294@smtp1.erols.com>
In-Reply-To: <199906252058.OAA78683@dune.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <jobaldwi@vt.edu> -- 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906280227.WAA03294>