From owner-cvs-all Thu Jul 15 3:59:29 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 37E7114E12; Thu, 15 Jul 1999 03:59:11 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 114jEK-000JaA-00; Thu, 15 Jul 1999 12:59:08 +0200 From: Sheldon Hearn To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc inetd.conf src/usr.sbin/inetd Makefile inetd.c In-reply-to: Your message of "Wed, 14 Jul 1999 18:34:03 MST." <199907150134.SAA06684@freefall.freebsd.org> Date: Thu, 15 Jul 1999 12:59:08 +0200 Message-ID: <75277.932036348@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 14 Jul 1999 18:34:03 MST, Brian Feldman wrote: > Log: > This is the working internal ident service. Turn it on by setting > the make variable REAL_IDENT, [...] Did you not look at Dag-Erlig Smorgrav's comments on PR 11796? I think he suggested a very elegant inetd.conf extension for doing what you want, and it'd allow for backward compatibility without requiring #ifdef's. I'd like to see as little #ifdef stuff in inetd (actually, in the universe) as possible. Just makes it that much harder to ensure that changes don't break something. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message