Jivin Marcio Campos de Lima lays it down ...
> Does anybody knows how to install a telnet server in uClinux 2.4 ?

Just enable telnetd in the build :-)

Actually,  recent dists may not automatically install the inetd.conf
entry that is needed.  Add the following line to the romfs target in
user/telnetd/Makefile if it doesn't:

        $(ROMFSINST) -e CONFIG_USER_TELNETD_TELNETD \
                -a "telnet  stream tcp nowait root /bin/telnetd" /etc/inetd.conf

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org http://www.cyberguard.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to