Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 1999 01:20:05 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@flood.ping.uio.no>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf
Message-ID:  <199907010820.BAA39372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/11796; it has been noted by GNATS.

From: Dag-Erling Smorgrav <des@flood.ping.uio.no>
To: Sheldon Hearn <sheldonh@uunet.co.za>
Cc: Alex Charalabidis <alex@wnm.net>,
	Dag-Erling Smorgrav <des@flood.ping.uio.no>,
	freebsd-gnats-submit@freebsd.org
Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf
Date: 01 Jul 1999 10:11:24 +0200

 Sheldon Hearn <sheldonh@uunet.co.za> writes:
 > Below is a patch that teaches inetd to match correctly an internal
 > service name against any one of the service's canonical name and
 > aliases.
 > [...]
 > DES? Wotcha think?
 
 Haven't tested it, but the principle is good and the code looks nice.
 I have a suggestion for improvement, though: if no match is found,
 look for a service name after the 'internal' keyword, and look it up
 in the table of builtin services (*not* /etc/services). e.g.:
 
 fooglorb	stream tcp	nowait	root	internal ident
 
 would result in binding the builtin ident server to whatever port
 'fooglorb' resolves to, even if it's not an alias for 'ident'.
 
 DES
 -- 
 Dag-Erling Smorgrav - des@flood.ping.uio.no
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907010820.BAA39372>