Hello Greg,

This complements my recent patch.
When using busybox's inetd and telnetd in conjunction, inetd.conf must contain
an 'arg0' field.  This is not needed either for standalone inetd with
busybox's telnetd or for busybox's inetd with standalone telnetd, but
by chance or by design, it does work also.

Philippe

diff -r 32d9ad41adba user/busybox/install-romfs.sh
--- a/user/busybox/install-romfs.sh     Thu Mar 18 11:26:13 2010 +0100
+++ b/user/busybox/install-romfs.sh     Fri Mar 19 11:49:59 2010 +0100
@@ -79,6 +79,6 @@
 done
 
 romfs-inst.sh -e CONFIG_USER_BUSYBOX_TELNETD \
-       -a "telnet  stream tcp nowait root /bin/telnetd" /etc/inetd.conf
+       -a "telnet  stream tcp nowait root /bin/telnetd 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

Reply via email to