telnet problem on target

Hi,
I am running inetd on target with proper telnetd…Whenevr i telnet to the
target from host it is giving error message
The error maessage is::
$telnet target_board
connected to tearget_board
telnetd: /bin/login no such file or directory
connection to the host closed

How to solve this problem

Regards
Mani

Manigandan.V <scemani@yahoo.com> wrote:

Hi,
I am running inetd on target with proper telnetd…Whenevr i telnet to the
target from host it is giving error message
The error maessage is::
$telnet target_board
connected to tearget_board
telnetd: /bin/login no such file or directory
connection to the host closed

How to solve this problem

ln -sf /bin/sh /bin/login

-xtang