Home | History | Annotate | Line # | Download | only in etc.evbcf
ttys revision 1.2
      1  1.2  riastrad #	$NetBSD: ttys,v 1.2 2014/03/18 18:20:36 riastradh Exp $
      2  1.1      matt #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
      3  1.1      matt #
      4  1.1      matt # name	getty				type	status		comments
      5  1.1      matt #
      6  1.1      matt # If the console is marked insecure, single-user requires
      7  1.1      matt # the root password.
      8  1.1      matt #
      9  1.1      matt # /dev/console is always valid, regardless of the board type.
     10  1.1      matt #
     11  1.1      matt console "/usr/libexec/getty Pc"		dumb	on secure
     12  1.1      matt constty "/usr/libexec/getty Pc"		dumb	off secure
     13  1.1      matt 
     14  1.1      matt #
     15  1.1      matt # Hardwired lines are marked off, by default, so getty(8)
     16  1.1      matt # is quiet when they don't exist.
     17  1.1      matt #
     18  1.1      matt # The first three would be used on MVME-147, MVME-162 and MVME-172
     19  1.1      matt #
     20  1.1      matt ttyF1	"/usr/libexec/getty std.9600"	unknown off secure
     21  1.1      matt ttyF2	"/usr/libexec/getty std.9600"	unknown off secure
     22  1.1      matt ttyF3	"/usr/libexec/getty std.9600"	unknown off secure
     23