From owner-cvs-all Fri Jul 2 9:21:23 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 97C1B15231; Fri, 2 Jul 1999 09:21:21 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68573; Fri, 2 Jul 1999 09:21:21 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199907021621.JAA68573@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 2 Jul 1999 09:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/07/02 09:21:15 PDT Modified files: usr.sbin/inetd inetd.8 inetd.c Log: Allow service alias names from /etc/services to be used when specifying internal services in inetd.conf . The inetd(8) manpage used to say that the official name of a service _must_ be used, yet inetd itself was hardcoded to used a service alias for the auth service, namely ident! Rather than change inetd.conf and break existing configurations on next upgrade, we now allow service aliases as well as official names. This allows the software to work as expected and still support existing configurations. This should not breaking existing wrapped configurations either and the inetd(8) manpage already states that it is the service name specified in inetd.conf that is used for calls to hosts_access(3). PR: 11796 Reported by: Alex Charalabidis Approved by: des Revision Changes Path 1.33 +2 -2 src/usr.sbin/inetd/inetd.8 1.57 +24 -4 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message