From owner-freebsd-hackers Tue Jun 22 4: 4:41 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp2.erols.com (smtp2.erols.com [207.172.3.235]) by hub.freebsd.org (Postfix) with ESMTP id 765F414BDE for ; Tue, 22 Jun 1999 04:04:34 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from john.baldwin.cx (207-172-143-104.s41.as1.hgt.md.dialup.rcn.com [207.172.143.104]) by smtp2.erols.com (8.8.8/8.8.5) with ESMTP id HAA15869; Tue, 22 Jun 1999 07:08:30 -0400 (EDT) Message-Id: <199906221108.HAA15869@smtp2.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: <50450.930040298@axl.noc.iafrica.com> Date: Tue, 22 Jun 1999 07:04:29 -0400 (EDT) From: John Baldwin To: Sheldon Hearn Subject: Re: Inetd and wrapping. Cc: freebsd-hackers@freebsd.org, David Malone , John Baldwin Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Jun-99 Sheldon Hearn wrote: > > > On Mon, 21 Jun 1999 17:47:10 -0400, John Baldwin wrote: > >> I suppose you could a field wrap/nowrap like the wait/nowait field.. >> but then you'd be butchering the sacred cow of the inetd.conf >> format... > > I don't see why people want to make inetd responsible for per-case > exclusions from the default wrapping behaviour -- that's what > hosts.allow was for. Because that only controls access, it does not actually turn wrapping off. Wrapping also logs as well as access control. If you use ftp -l -l, then the ftp daemon will produce the same log messages, thus there is no need to have them twice, except to eat up disk space. And if you are only using wrapping for logging purposes, then turning off wrapping on ftpd then cuts out the duplicate messages, allowing you to store more actual logs instead of wasting space on dup's. It's also more orthogonal to allow an on/off switch for each service. > Ciao, > Sheldon. --- 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