Home | History | Annotate | Line # | Download | only in etc.emips
      1 #	$NetBSD: ttys,v 1.2 2019/09/25 23:09:20 abs Exp $
      2 #
      3 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
      4 #
      5 # name	getty				type	status		comments
      6 #
      7 
      8 # Assumes you use PuTTY on your serial line
      9 console	"/usr/libexec/getty std.38400"	vt100	off secure
     10 constty	"/usr/libexec/getty std.38400"	vt100	on  secure
     11 #
     12 # ttys for serial ports
     13 #
     14 ##ttyD0	"/usr/libexec/getty std.38400"	unknown off secure	# console
     15 
     16 #
     17 # ttys for historical compatibility (Qbus decsystems?)
     18 #
     19 tty00	"/usr/libexec/getty std.9600"	unknown off secure
     20 tty01	"/usr/libexec/getty std.9600"	unknown off secure
     21 tty02	"/usr/libexec/getty std.9600"	unknown off secure
     22 tty03	"/usr/libexec/getty std.9600"	unknown off secure
     23 tty04	"/usr/libexec/getty std.9600"	unknown off secure
     24 tty05	"/usr/libexec/getty std.9600"	unknown off secure
     25 tty06	"/usr/libexec/getty std.9600"	unknown off secure
     26 tty07	"/usr/libexec/getty std.9600"	unknown off secure
     27