home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / template / client / etc / gettytab < prev    next >
Text File  |  1992-05-15  |  2KB  |  98 lines

  1. # Copyright (c) 1980 Regents of the University of California.
  2. # All rights reserved.  The Berkeley software License Agreement
  3. # specifies the terms and conditions for redistribution.
  4. #
  5. #    @(#)gettytab    5.7 (Berkeley) 2/16/86
  6. #
  7. #
  8. # Most of the table entries here are just copies of the
  9. # old getty table, it is by no means certain, or even likely,
  10. # then any of them are optimal for any purpose whatever.
  11. # Nor is it likely that more than a couple are even correct
  12. #
  13.  
  14. #
  15. # The default gettytab entry, used to set defaults for all other
  16. # entries, and in cases where getty is called with no table name
  17. #
  18. default:\
  19.     :ap:im=\r\n\r\nNeXT Mach (%h) (%t)\r\n\r\r\n\r:\
  20.     :er=\177:kl=^U:in=^C:lm=\r\n%h login\72 :sp#9600:
  21.  
  22. #
  23. # Fixed speed entries
  24. #
  25. #    The "std.NNN" names are known to the special case
  26. #    portselector code in getty, however they can
  27. #    be assigned to any table desired.
  28. #    The "NNN-baud" names are known to the special case
  29. #    autobaud code in getty, and likewise can
  30. #    be assigned to any table desired (hopefully the same speed).
  31. #
  32. a|std.110|110-baud:\
  33.     :nd#1:cd#1:uc:sp#110:
  34. b|std.134|134.5-baud:\
  35.     :ep:nd#1:cd#2:fd#1:td#1:sp#134:ht:nl:
  36. 1|std.150|150-baud:\
  37.     :ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
  38. c|std.300|300-baud:\
  39.     :nd#1:cd#1:sp#300:
  40. d|std.600|600-baud:\
  41.     :nd#1:cd#1:sp#600:
  42. f|std.1200|1200-baud:\
  43.     :fd#1:sp#1200:
  44. 6|std.2400|2400-baud:\
  45.     :sp#2400:ht:
  46. 7|std.4800|4800-baud:\
  47.     :sp#4800:ht:
  48. 2|std.9600|9600-baud:\
  49.     :sp#9600:
  50. g|std.19200|19200-baud:\
  51.     :sp#19200:
  52.  
  53. #
  54. # Dial in rotary tables, speed selection via 'break'
  55. #
  56. 0|d300|Dial-300:\
  57.     :nx=d1200:cd#2:sp#300:
  58. d1200|Dial-1200:\
  59.     :nx=d150:fd#1:sp#1200:
  60. d150|Dial-150:\
  61.     :nx=d110:lm@:tc=150-baud:
  62. d110|Dial-110:\
  63.     :nx=d300:tc=300-baud:
  64.  
  65. #
  66. # Odd special case terminals
  67. #
  68. -|tty33|asr33|Pity the poor user of this beast:\
  69.     :tc=110-baud:
  70.  
  71. X|Xwindow|X window system:\
  72.     :fd@:nd@:cd@:rw:sp#9600:
  73.     
  74. # Kanji support
  75.  
  76. K|knj.9600|9600-baud-kanji:\
  77.     :ap!:p8:sp#9600:
  78.  
  79. #
  80. # Fast dialup terminals, 9600/2400/1200/300 rotary (can start either way)
  81. #
  82. j|D9600|Fast-Dial-9600:\
  83.     :nx=D2400:tc=9600-baud:
  84. k|D2400|Fast-Dial-2400:\
  85.     :nx=D1200:tc=2400-baud:
  86. 3|D1200|Fast-Dial-1200:\
  87.     :nx=D300:fd@:tc=1200-baud:
  88. 5|D300|Fast-Dial-300:\
  89.     :nx=D9600:tc=300-baud:
  90.  
  91. #
  92. # Auto-baud speed detect entry for Micom 600.
  93. # Special code in getty will switch this out
  94. # to one of the NNN-baud entries.
  95. #
  96. A|Auto-baud:\
  97.     :ab:sp#2400:f0#040:
  98.