telnetd is killed

I am trying to use telnetd manually & iam running like this

$ telnetd -4 -debug 23 &

Though it is running & am able to telnet from any other m/c to my box
without any problem. But if i exit from telnet session on the other m/c
"telnetd "on my qnx box gets killed.Can any body tell me what is the problem
,am i missing anything while running telnetd.Or should i nclude any other
files than these ( i have included all these files)

/etc/group
/etc/passwd
/etc/profile
/etc/protocols
/etc/services
/etc/shells

This is expected. telnetd should always exit when the
socket is closed. If you want to be able to telnet in
again, use inetd to keep the listening socket open and
spawn off telnetd (see inetd, /etc/inetd.conf).

-seanb

vasdev <vasdev_vs@hotmail.com> wrote:

I am trying to use telnetd manually & iam running like this

$ telnetd -4 -debug 23 &

Though it is running & am able to telnet from any other m/c to my box
without any problem. But if i exit from telnet session on the other m/c
"telnetd "on my qnx box gets killed.Can any body tell me what is the problem
,am i missing anything while running telnetd.Or should i nclude any other
files than these ( i have included all these files)

/etc/group
/etc/passwd
/etc/profile
/etc/protocols
/etc/services
/etc/shells