Date: Thu, 15 Jul 1999 10:01:44 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd Makefile inetd.c Message-ID: <199907151701.KAA00669@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 1999/07/15 10:01:44 PDT
Modified files:
usr.sbin/inetd Makefile inetd.c
Log:
By popular demand, ident_stream now takes arguments. Ex:
# This enables the old, fake ident service.
auth stream tcp nowait root internal
# This enables the new, real ident service.
auth stream tcp nowait root internal auth -r
# This enables ~/.fakeid support, too.
auth stream tcp nowait root internal auth -r -f
Revision Changes Path
1.12 +0 -6 src/usr.sbin/inetd/Makefile
1.61 +49 -39 src/usr.sbin/inetd/inetd.c
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?199907151701.KAA00669>
