Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 1999 14:58:35 -0600 (MDT)
From:      Drew Eckhardt <drew@plutotech.com>
To:        jobaldwi@vt.edu, freebsd-hackers@freebsd.org
Subject:   Re: Inetd and wrapping.
Message-ID:  <199906252058.OAA78683@dune.plutotech.com>
In-Reply-To: <199906242353.TAA06995@smtp4.erols.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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?199906252058.OAA78683>