Home | History | Annotate | Line # | Download | only in etc.mvme68k
      1 #	$NetBSD: ttys,v 1.10 2019/09/25 23:09:22 abs Exp $
      2 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
      3 #
      4 # name	getty				type	status		comments
      5 #
      6 # If the console is marked insecure, single-user requires
      7 # the root password.
      8 #
      9 # /dev/console is always valid, regardless of the board type.
     10 #
     11 console "/usr/libexec/getty Pc"		dumb	off secure
     12 constty "/usr/libexec/getty Pc"		dumb	on secure
     13 
     14 #
     15 # Hardwired lines are marked off, by default, so getty(8)
     16 # is quiet when they don't exist.
     17 #
     18 # The first three would be used on MVME-147, MVME-162 and MVME-172
     19 #
     20 ttyZ1	"/usr/libexec/getty std.9600"	unknown off secure
     21 ttyZ2	"/usr/libexec/getty std.9600"	unknown off secure
     22 ttyZ3	"/usr/libexec/getty std.9600"	unknown off secure
     23 
     24 #
     25 # These three would be used on MVME-167 and MVME-177
     26 #
     27 ttyC1	"/usr/libexec/getty std.9600"	unknown off secure
     28 ttyC2	"/usr/libexec/getty std.9600"	unknown off secure
     29 ttyC3	"/usr/libexec/getty std.9600"	unknown off secure
     30