From owner-cvs-all Sat Jun 16 11:55: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2CA537B40A; Sat, 16 Jun 2001 11:54:54 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5GIssV24909; Sat, 16 Jun 2001 11:54:54 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200106161854.f5GIssV24909@freefall.freebsd.org> From: David Malone Date: Sat, 16 Jun 2001 11:54:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c inetd.h X-FreeBSD-CVS-Branch: HEAD 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 dwmalone 2001/06/16 11:54:54 PDT Modified files: usr.sbin/inetd inetd.8 inetd.c inetd.h Log: Give inetd the ability to manage unix domain sockets. Details of how to use this feature are in the man page. This is based on work by Lyndon Nerenberg. (The only difficult part about this patch is the fact that you can't fchown a unix domain socket, which means the sockets must be put in a secure directory). Reviewed by: dillon Revision Changes Path 1.62 +69 -3 src/usr.sbin/inetd/inetd.8 1.92 +96 -11 src/usr.sbin/inetd/inetd.c 1.10 +7 -1 src/usr.sbin/inetd/inetd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message