source: rtems/cpukit/telnetd/README @ 0b32bb8

4.115
Last change on this file since 0b32bb8 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

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.

  • Property mode set to 100644
File size: 620 bytes
Line 
1Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)
2
3This directory contains a telnetd server
4primary features:
5
6   + create a user shell pseudo-terminal task.
7
8This code has not been extensively tested.  It is provided as a tool
9for RTEMS users to open more shell tcp/ip pseudo-terminal.
10Suggestions and comments are appreciated.
11
12Read libmisc/shell for more information.
13
14NOTES:
15
161.  OOB not yet implemented. Only a reduced negotiation is implemented.
17   
182.  If you have tcp/ip initialied you can start telnetd daemon.
19    You need register pseudo-terminals driver into device drivers table.
20
21Enjoy it.
22
23FUTURE:
Note: See TracBrowser for help on using the repository browser.