forked from Imagelibrary/rtems
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
24 lines
620 B
Plaintext
24 lines
620 B
Plaintext
Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)
|
|
|
|
This directory contains a telnetd server
|
|
primary features:
|
|
|
|
+ create a user shell pseudo-terminal task.
|
|
|
|
This code has not been extensively tested. It is provided as a tool
|
|
for RTEMS users to open more shell tcp/ip pseudo-terminal.
|
|
Suggestions and comments are appreciated.
|
|
|
|
Read libmisc/shell for more information.
|
|
|
|
NOTES:
|
|
|
|
1. OOB not yet implemented. Only a reduced negotiation is implemented.
|
|
|
|
2. If you have tcp/ip initialied you can start telnetd daemon.
|
|
You need register pseudo-terminals driver into device drivers table.
|
|
|
|
Enjoy it.
|
|
|
|
FUTURE:
|