ttys revision 256281
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# $FreeBSD: stable/10/etc/etc.sparc64/ttys 220154 2011-03-30 08:22:29Z ed $
30Sstevel@tonic-gate#	@(#)ttys	5.1 (Berkeley) 4/17/89
40Sstevel@tonic-gate#
50Sstevel@tonic-gate# This file specifies various information about terminals on the system.
60Sstevel@tonic-gate# It is used by several different programs.  Common entries for the
70Sstevel@tonic-gate# various columns include:
80Sstevel@tonic-gate#
90Sstevel@tonic-gate# name  The name of the terminal device.
100Sstevel@tonic-gate#
110Sstevel@tonic-gate# getty The program to start running on the terminal.  Typically a
120Sstevel@tonic-gate#       getty program, as the name implies.  Other common entries
130Sstevel@tonic-gate#       include none, when no getty is needed, and xdm, to start the
140Sstevel@tonic-gate#       X Window System.
150Sstevel@tonic-gate#
160Sstevel@tonic-gate# type The initial terminal type for this port.  For hardwired
170Sstevel@tonic-gate#      terminal lines, this will contain the type of terminal used.
180Sstevel@tonic-gate#      For virtual consoles, the correct type is typically xterm.
190Sstevel@tonic-gate#      Other common values include dialup for incoming modem ports, and
200Sstevel@tonic-gate#      unknown when the terminal type cannot be predetermined.
210Sstevel@tonic-gate#
220Sstevel@tonic-gate# status Must be on or off.  If on, init will run the getty program on
230Sstevel@tonic-gate#        the specified port.  If the word "secure" appears, this tty
240Sstevel@tonic-gate#        allows root login.
250Sstevel@tonic-gate#
260Sstevel@tonic-gate# name	getty				type	status		comments
270Sstevel@tonic-gate#
280Sstevel@tonic-gate# If console is marked "insecure", then init will ask for the root password
290Sstevel@tonic-gate# when going to single-user mode.
300Sstevel@tonic-gateconsole	none				unknown	off secure
310Sstevel@tonic-gate# ofw_console(4)
320Sstevel@tonic-gatescreen	"/usr/libexec/getty Pc"		vt100	off secure
330Sstevel@tonic-gatettya	"/usr/libexec/getty 3wire.9600"	vt100	off secure
340Sstevel@tonic-gatettyb	"/usr/libexec/getty 3wire.9600"	vt100	off secure
350Sstevel@tonic-gate# syscons(4)
360Sstevel@tonic-gatettyv0	"/usr/libexec/getty Pc"		xterm	on  secure
370Sstevel@tonic-gate# Virtual terminals
380Sstevel@tonic-gatettyv1	"/usr/libexec/getty Pc"		xterm	on  secure
390Sstevel@tonic-gatettyv2	"/usr/libexec/getty Pc"		xterm	on  secure
400Sstevel@tonic-gatettyv3	"/usr/libexec/getty Pc"		xterm	on  secure
410Sstevel@tonic-gatettyv4	"/usr/libexec/getty Pc"		xterm	on  secure
420Sstevel@tonic-gatettyv5	"/usr/libexec/getty Pc"		xterm	on  secure
430Sstevel@tonic-gatettyv6	"/usr/libexec/getty Pc"		xterm	on  secure
440Sstevel@tonic-gatettyv7	"/usr/libexec/getty Pc"		xterm	on  secure
450Sstevel@tonic-gatettyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
460Sstevel@tonic-gate# Serial terminals
470Sstevel@tonic-gate# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
480Sstevel@tonic-gate# uart(4)
490Sstevel@tonic-gatettyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
500Sstevel@tonic-gatettyu1	"/usr/libexec/getty std.9600"	vt100	on  secure
510Sstevel@tonic-gatettyu2	"/usr/libexec/getty std.9600"	vt100	on  secure
520Sstevel@tonic-gatettyu3	"/usr/libexec/getty std.9600"	vt100	off secure
530Sstevel@tonic-gate# Dumb console
540Sstevel@tonic-gatedcons	"/usr/libexec/getty std.9600"	vt100	off secure
550Sstevel@tonic-gate