Hello Greg, When choosing standalone telnetd, /etc/inetd.conf is automatically filled with a rule for telnetd. When choosing busybox's telnetd, that was not done. Here is a fix.
Philippe --- a/user/busybox/install-romfs.sh 2005-07-28 04:19:00.000000000 +0200 +++ b/user/busybox/install-romfs.sh 2010-03-16 21:44:57.000000000 +0100 @@ -78,4 +78,7 @@ fi done +romfs-inst.sh -e CONFIG_USER_BUSYBOX_TELNETD \ + -a "telnet stream tcp nowait root /bin/telnetd" /etc/inetd.conf + exit 0 _______________________________________________ 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