freebsd-dev/usr.sbin/inetd
green 559371c2c8 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
1999-07-15 17:01:43 +00:00
..
inetd.8 Fix ``:''. 1999-07-11 08:32:24 +00:00
inetd.c By popular demand, ident_stream now takes arguments. Ex: 1999-07-15 17:01:43 +00:00
Makefile By popular demand, ident_stream now takes arguments. Ex: 1999-07-15 17:01:43 +00:00
pathnames.h Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00