home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / GETTY / _GETTY.TAR / usr / doc / getty_ps / Examples / gettydefs < prev    next >
Encoding:
Text File  |  1994-05-18  |  1.6 KB  |  49 lines

  1. # [ put this file in /etc/gettydefs ]
  2. #
  3. # This file contains the startup and final flags for the
  4. # tty lines.  Each line starts with a SPEED value; this is
  5. # the same SPEED that you pass to [uu]getty.  Note that the
  6. # SPEED identifier is just a string; use whatever names
  7. # you want.
  8. #
  9. # The blank lines in this file are important (so I hear).
  10. #
  11. # The flags are the same flags you would pass to the stty
  12. # program.
  13. #
  14. # Format: <speed># <init flags> # <final flags> #<login string>#<next-speed>
  15. #
  16. #
  17. # Virtual Console entry
  18. VC# B9600 SANE CLOCAL # B9600 SANE -ISTRIP CLOCAL #@S login: #VC
  19.  
  20. # 38400 fixed baud Dumb Terminal entry
  21. DT38400# B38400 CS8 CLOCAL CRTSCTS # B38400 SANE -ISTRIP CLOCAL CRTSCTS #@S login: #DT38400
  22.  
  23. # 19200 fixed baud Dumb Terminal entry
  24. DT19200# B19200 CS8 CLOCAL # B19200 SANE -ISTRIP CLOCAL #@S login: #DT19200
  25.  
  26. # 9600 baud Dumb Terminal entry
  27. DT9600# B9600 CS8 CLOCAL # B9600 SANE -ISTRIP CLOCAL #@S login: #DT9600
  28.  
  29. # 38400 fixed-baud modem entry
  30. F38400# B38400 CS8 # B38400 SANE -ISTRIP HUPCL #@S login: #F38400
  31.  
  32. # 19200 fixed-baud modem entry
  33. F19200# B19200 CS8 # B19200 SANE -ISTRIP HUPCL #@S login: #F19200
  34.  
  35. # 9600 fixed-baud modem entry
  36. F9600# B9600 CS8 # B9600 SANE -ISTRIP HUPCL #@S login: #F9600
  37.  
  38. # 38400 autobauding Modem entry with hard flow control
  39. 38400# B38400 CS8 CRTSCTS # B38400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #9600
  40.  
  41. 9600# B9600 CS8 CRTSCTS # B9600 SANE -ISTRIP HUPCL CRTSCTS #@S login: #2400
  42.  
  43. 2400# B2400 CS8 CRTSCTS # B2400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #1200
  44.  
  45. 1200# B1200 CS8 CRTSCTS # B1200 SANE -ISTRIP HUPCL CRTSCTS #@S login: #300
  46.  
  47. 300# B300 CS8 CRTSCTS # B300 SANE -ISTRIP HUPCL CRTSCTS #@S login: #38400
  48.  
  49.