summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-09 22:08:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-09 22:08:46 +0000
commit70d689aed44d7568310dec851d0a773a850ba66a (patch)
tree8705f45b17fe681d5a844e24d3fb545a91535d02 /cpukit/libmisc/shell/README
parent2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com> (diff)
downloadrtems-70d689aed44d7568310dec851d0a773a850ba66a.tar.bz2
2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>
* shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: Updates.
Diffstat (limited to 'cpukit/libmisc/shell/README')
-rw-r--r--cpukit/libmisc/shell/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/libmisc/shell/README b/cpukit/libmisc/shell/README
index d0064d4fde..9798becc37 100644
--- a/cpukit/libmisc/shell/README
+++ b/cpukit/libmisc/shell/README
@@ -19,10 +19,7 @@ NOTES:
2. You only need a termios dev to start a new session, add your new commands
and enjoy it.
-3. If you have tcp/ip inited you can start telnetd daemon.
- You need register pseudo-terminals driver into device drivers table.
- 16 ptyX termios device terminales are created into /dev/.
- Calling rtems_initialize_telnetd() starts the daemon.
+3. Telnetd daemon uses this (browse libnetworking/rtems_telnetd)
Enjoy it.
FUTURE: