home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / mint / init_5 / ttytab < prev    next >
Text File  |  1993-08-03  |  1KB  |  28 lines

  1. # This is the ttytab file I use on my TT. As you can see, with the TT you
  2. # can have up to five interactive terminals without resorting to using the
  3. # midi port as a serial port.
  4. #
  5. # The names of the ports are changed using the mint.cnf file.
  6. #
  7. console    "/etc/getty console"    st52        on secure
  8. ttya    "/etc/getty stterm"    dialup        off    # v:/modem1
  9. ttyb    "/etc/getty std.1200"    dialup        off    # v:/modem2
  10. ttyc    "/etc/getty std.2400"    dialup        off    # v:/serial1
  11. ttyd    "/etc/getty std.9600"    dialup        off    # v:/serial2
  12. #
  13. # Psuedo-terminals. MGR uses these, and they will also get used if Dave Gymer
  14. # ever gets round to doing a TCP/IP server with telnet. (He may also use
  15. # them instead of tty1 to get full ST keycodes via the serial port.)
  16. # Note that these are really just links; what they point to doesn't
  17. # exist until a server process creates a pty.
  18. #
  19. ttyp1    none            network    off         # q:/ttyp.p1
  20. ttyp2    none            network    off         # q:/ttyp.p2
  21. ttyp3    none            network    off         # q:/ttyp.p3
  22. ttyp4    none            network    off         # q:/ttyp.p4
  23. ttyp5    none            network    off         # q:/ttyp.p5
  24. ttyp6    none            network    off         # q:/ttyp.p6
  25. ttyp7    none            network    off         # q:/ttyp.p7
  26. ttyp8    none            network    off         # q:/ttyp.p8
  27. ttyp9    none            network    off         # q:/ttyp.p9
  28.