Date: Sat, 16 Jun 2001 11:54:54 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c inetd.h Message-ID: <200106161854.f5GIssV24909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106161854.f5GIssV24909>
