Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
989 B

  1. #
  2. # $OpenBSD: ttys,v 1.14 2017/11/02 14:04:24 mpi Exp $
  3. #
  4. # name getty type status comments
  5. # In normal operation, getty on 'console' pseudo-device is disabled, and is
  6. # enabled for the correct 'real' device (e.g. one of the serial ports).
  7. # console pseudo-device
  8. console "/usr/libexec/getty std.9600" vt220 off secure
  9. # Workstation console (framebuffer) ttys
  10. ttyC0 "/usr/libexec/getty std.9600" vt220 on secure
  11. ttyC1 "/usr/libexec/getty std.9600" vt220 on secure
  12. ttyC2 "/usr/libexec/getty std.9600" vt220 on secure
  13. ttyC3 "/usr/libexec/getty std.9600" vt220 on secure
  14. ttyC4 "/usr/libexec/getty std.9600" vt220 on secure
  15. ttyC5 "/usr/libexec/getty std.9600" vt220 off secure
  16. # DEC 3000 Z8530 ("scc") serial ports
  17. ttyB0 "/usr/libexec/getty std.9600" unknown off secure
  18. ttyB1 "/usr/libexec/getty std.9600" unknown off secure
  19. # AlphaStation NS16550 ("com") serial ports
  20. tty00 "/usr/libexec/getty std.9600" unknown off secure
  21. tty01 "/usr/libexec/getty std.9600" unknown off secure