Home | History | Annotate | Line # | Download | only in etc.sgimips
ttys revision 1.7.26.1
      1 #
      2 #	$NetBSD: ttys,v 1.7.26.1 2008/04/03 13:54:12 mjf Exp $
      3 #
      4 # name	getty				type	status		comments
      5 
      6 # In normal operation, getty on the 'console' pseudo-device is disabled, and
      7 # is enabled for the correct 'real' device (e.g. one of the serial ports).
      8 # If the console is marked insecure, single-user requires the root password.
      9 
     10 # Console pseudo-device
     11 console	"/usr/libexec/getty std.9600"	vt100	on secure
     12 
     13 # "com" serial console port
     14 ttyC0	"/usr/libexec/getty std.9600"	vt100	off secure
     15 ttyC1	"/usr/libexec/getty std.9600"	vt100	off secure
     16 
     17 # Workstation console (framebuffer) ttys
     18 ttyE0	"/usr/libexec/getty std.9600"	vt100	off secure
     19 ttyE1	"/usr/libexec/getty std.9600"	vt100	off secure
     20 ttyE2	"/usr/libexec/getty std.9600"	vt100	off secure
     21 ttyE3	"/usr/libexec/getty std.9600"	vt100	off secure
     22 
     23 # "zstty" serial console port
     24 ttyZ0	"/usr/libexec/getty std.9600"	vt100	off secure
     25 ttyZ1	"/usr/libexec/getty std.9600"	vt100	off secure
     26