summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 17:14:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 17:14:01 +0000
commit8ad6681b6bb601c670726ca36c924f5852d01efd (patch)
tree275fca640d9fe0e35af05bbeda01a35541d51d74 /cpukit/telnetd/README
parent2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8ad6681b6bb601c670726ca36c924f5852d01efd.tar.bz2
2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* telnetd/README, telnetd/pty.c, telnetd/pty.h, telnetd/telnetd.c, telnetd/telnetd.h: telnetd rewrite. * telnetd/check_passwd.c, telnetd/des.c, telnetd/genpw.c: New files.
Diffstat (limited to 'cpukit/telnetd/README')
-rw-r--r--cpukit/telnetd/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/telnetd/README b/cpukit/telnetd/README
index 1c84eb769f..626b458f23 100644
--- a/cpukit/telnetd/README
+++ b/cpukit/telnetd/README
@@ -21,8 +21,7 @@ NOTES:
2. If you have tcp/ip initialied 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.
- Enjoy it.
+
+Enjoy it.
FUTURE: