MODULE-NAME:UTELNETD

MODIFICATIONS:
To support no-mmu cpu such as em86xx, we made some modifications. We copy
daemon.c from Sigma Design patched busybox-1.0. Change the fork() call to
vfork(). Modify the Makefile to include daemon.c

MISC:
The reason we are not using telnetd applet in busybox-1.0 version is that
telnetd in busybox doesn't provide root privilege.  


vim:tw=78:ts=4:sts=4:sw=4:noet
