1139804Simp#
21541Srgrimes# $FreeBSD$
31541Srgrimes#	@(#)ttys	5.1 (Berkeley) 4/17/89
41541Srgrimes#
51541Srgrimes# This file specifies various information about terminals on the system.
61541Srgrimes# It is used by several different programs.  Common entries for the
71541Srgrimes# various columns include:
81541Srgrimes#
91541Srgrimes# name  The name of the terminal device.
101541Srgrimes#
111541Srgrimes# getty The program to start running on the terminal.  Typically a
121541Srgrimes#       getty program, as the name implies.  Other common entries
131541Srgrimes#       include none, when no getty is needed, and xdm, to start the
141541Srgrimes#       X Window System.
151541Srgrimes#
161541Srgrimes# type The initial terminal type for this port.  For hardwired
171541Srgrimes#      terminal lines, this will contain the type of terminal used.
181541Srgrimes#      For virtual consoles, the correct type is typically xterm.
191541Srgrimes#      Other common values include dialup for incoming modem ports, and
201541Srgrimes#      unknown when the terminal type cannot be predetermined.
211541Srgrimes#
221541Srgrimes# status Must be on or off.  If on, init will run the getty program on
231541Srgrimes#        the specified port.  If the word "secure" appears, this tty
241541Srgrimes#        allows root login.
251541Srgrimes#
261541Srgrimes# name	getty				type	status		comments
271541Srgrimes#
281541Srgrimes# If console is marked "insecure", then init will ask for the root password
291541Srgrimes# when going to single-user mode.
301541Srgrimesconsole	none				unknown	off secure
311541Srgrimes# ofw_console(4)
321541Srgrimesscreen	"/usr/libexec/getty Pc"		vt100	off secure
331541Srgrimesttya	"/usr/libexec/getty 3wire.9600"	vt100	off secure
341541Srgrimesttyb	"/usr/libexec/getty 3wire.9600"	vt100	off secure
351541Srgrimes# syscons(4)
361541Srgrimesttyv0	"/usr/libexec/getty Pc"		xterm	on  secure
37116182Sobrien# Virtual terminals
38116182Sobrienttyv1	"/usr/libexec/getty Pc"		xterm	on  secure
39116182Sobrienttyv2	"/usr/libexec/getty Pc"		xterm	on  secure
4013203Swollmanttyv3	"/usr/libexec/getty Pc"		xterm	on  secure
41101127Srwatsonttyv4	"/usr/libexec/getty Pc"		xterm	on  secure
4213203Swollmanttyv5	"/usr/libexec/getty Pc"		xterm	on  secure
431541Srgrimesttyv6	"/usr/libexec/getty Pc"		xterm	on  secure
442112Swollmanttyv7	"/usr/libexec/getty Pc"		xterm	on  secure
4569664Speterttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
4676166Smarkm# Serial terminals
47101127Srwatson# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
4889316Salfred# uart(4)
491541Srgrimesttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
501541Srgrimesttyu1	"/usr/libexec/getty std.9600"	vt100	on  secure
511541Srgrimesttyu2	"/usr/libexec/getty std.9600"	vt100	on  secure
521541Srgrimesttyu3	"/usr/libexec/getty std.9600"	vt100	off secure
531541Srgrimes# Dumb console
541541Srgrimesdcons	"/usr/libexec/getty std.9600"	vt100	off secure
551541Srgrimes