From owner-cvs-all Thu Jul 15 10: 2:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E496156CF; Thu, 15 Jul 1999 10:02:45 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA00669; Thu, 15 Jul 1999 10:01:44 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199907151701.KAA00669@freefall.freebsd.org> From: Brian Feldman Date: Thu, 15 Jul 1999 10:01:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd Makefile inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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