From owner-cvs-all Fri Sep 14 20:56:52 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 6FED637B40E; Fri, 14 Sep 2001 20:56:48 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f8F3umM21733; Fri, 14 Sep 2001 20:56:48 -0700 (PDT) (envelope-from dillon) Date: Fri, 14 Sep 2001 20:56:48 -0700 (PDT) From: Matt Dillon Message-Id: <200109150356.f8F3umM21733@earth.backplane.com> To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/cat cat.1 cat.c References: <200109150336.f8F3Zxd38267@green.bikeshed.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> : Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / :> :> As the remainder of the commit message says. You can also find the thread :> in the mailing lists from about, oh, two months ago. Basically there :> are a number of interesting things unix-domain sockets could be used :> for that they aren't now due to lack of utility support. : :Which mailing-lists would that be? : : :-- : Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / Hmm.... ok, I found the thread, but it looks like it wasn't cross posted to the lists. It was between David Malone, Lyndon Nerenberg, and myself. Basically David comitted changes to inetd in June that allow services to sit on top of unix-domain sockets. For example, you can run things like 'fortune' as a service. The additions to cat.c were discussed as a complement to having that capability so, for example, scripts could make use of the new inetd facility. For the same reason we comitted a telnet-to-unix-domain- socket capability in May which you can find with 'man telnet' under -current. This just rounds-out the facility. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message