home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume39 / agetty / part01 / README < prev   
Text File  |  1993-08-23  |  1KB  |  25 lines

  1. @(#) README 1.9 8/20/93 22:20:26
  2.  
  3. Traditionally, getty is the program that listens on terminal and modem
  4. ports and that prompts for a login name.  Agetty is an alternative for
  5. the System V or SunOS 4 environments that sports some useful features:
  6.  
  7. - While the user enters the login name, the program adjusts to parity
  8. bits, and to line editing, end-of-line or upper-case only characters.
  9.  
  10. - The baud rate can be established by BREAK character processing and by
  11. parsing the CONNECT status messages from Hayes-compatible modems.
  12.  
  13. Other features: RTS/CTS flow control, alternate login program. Last
  14. but not least, the program does not use any configuration files.
  15.  
  16. The program runs without modification on System V.2, SunOS 4.1.3, and
  17. SunOS 5.2 (a descendant from System V.4). There is a good chance that
  18. it runs on System V.3 as well.
  19.  
  20. In the Makefile you will have to specify whether diagnostics should be
  21. reported through the syslog daemon; the alternative is that all error
  22. reports go directly to /dev/console.
  23.  
  24.         Wietse Venema (wietse@wzv.win.tue.nl)
  25.