Date: Fri, 2 Jul 1999 09:21:15 -0700 (PDT) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c Message-ID: <199907021621.JAA68573@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <alex@wnm.net>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907021621.JAA68573>
