Home | History | Annotate | Line # | Download | only in etc.virt68k
      1  1.1  thorpej #	$NetBSD: ttys,v 1.1 2024/01/07 00:58:11 thorpej Exp $
      2  1.1  thorpej #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
      3  1.1  thorpej #
      4  1.1  thorpej # name	getty				type	status		comments
      5  1.1  thorpej #
      6  1.1  thorpej # If the console is marked insecure, single-user requires
      7  1.1  thorpej # the root password.
      8  1.1  thorpej #
      9  1.1  thorpej # /dev/console is always valid, regardless of the board type.
     10  1.1  thorpej #
     11  1.1  thorpej console "/usr/libexec/getty std.9600"	vt100	off secure
     12  1.1  thorpej constty "/usr/libexec/getty std.9600"	vt100	on secure
     13  1.1  thorpej 
     14  1.1  thorpej #
     15  1.1  thorpej # Hardwired lines are marked off, by default, so getty(8)
     16  1.1  thorpej # is quiet when they don't exist.
     17  1.1  thorpej #
     18  1.1  thorpej ttyGF0	"/usr/libexec/getty std.9600"	vt100 off secure
     19