I do not have access to man pages for old openserver versions. The the
a recent telnetd man page says:
Quote:
|
Telnetd is normally invoked by the internet server (see inetd(8)) for requests to connect to the TELNET port as indicated by the /etc/services file (see services(5)).
|
This is a fairly standard way of doing things. This means that inetd selects the port, does the listen, and accepts the connection before telnetd ever runs. So you need to edit inetd.conf