>> Edit your /etc/inetd.conf  "-a" option (man telnetd)
>> telnet  stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
>> -a off

gavin> Had done - and after a kill -HUP inetd this still made no
gavin> difference. This confused me... I eventually recompiled telnetd to
gavin> use the old version

Using "-a off" won't help.  Use:

telnet  stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd -a off -X sra
telnet  stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd -a off -X sra

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to