184588Sdfr#
284588Sdfr# $FreeBSD$
384588Sdfr#	@(#)ttys	5.1 (Berkeley) 4/17/89
484588Sdfr#
584588Sdfr# This file specifies various information about terminals on the system.
684588Sdfr# It is used by several different programs.  Common entries for the
784588Sdfr# various columns include:
884588Sdfr#
984588Sdfr# name  The name of the terminal device.
1084588Sdfr#
1184588Sdfr# getty The program to start running on the terminal.  Typically a
1284588Sdfr#       getty program, as the name implies.  Other common entries
1384588Sdfr#       include none, when no getty is needed, and xdm, to start the
1484588Sdfr#       X Window System.
1584588Sdfr#
1684588Sdfr# type The initial terminal type for this port.  For hardwired
1784588Sdfr#      terminal lines, this will contain the type of terminal used.
18199243Sed#      For virtual consoles, the correct type is typically xterm.
19220154Sed#      Other common values include dialup for incoming modem ports, and
20220154Sed#      unknown when the terminal type cannot be predetermined.
2184588Sdfr#
2284588Sdfr# status Must be on or off.  If on, init will run the getty program on
2384588Sdfr#        the specified port.  If the word "secure" appears, this tty
2484588Sdfr#        allows root login.
2584588Sdfr#
2684588Sdfr# name	getty				type	status		comments
2784588Sdfr#
2884588Sdfr# If console is marked "insecure", then init will ask for the root password
2984588Sdfr# when going to single-user mode.
3084588Sdfrconsole	none				unknown	off secure
3184588Sdfr#
32199243Sedttyv0	"/usr/libexec/getty Pc"		xterm	off secure
33199243Sed# Virtual terminals
34199243Sedttyv1	"/usr/libexec/getty Pc"		xterm	off secure
35199243Sedttyv2	"/usr/libexec/getty Pc"		xterm	off secure
36199243Sedttyv3	"/usr/libexec/getty Pc"		xterm	off secure
37199243Sedttyv4	"/usr/libexec/getty Pc"		xterm	off secure
38199243Sedttyv5	"/usr/libexec/getty Pc"		xterm	off secure
39199243Sedttyv6	"/usr/libexec/getty Pc"		xterm	off secure
40199243Sedttyv7	"/usr/libexec/getty Pc"		xterm	off secure
41170088Sdougbttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
42119829Smarcel# Serial terminals. The 'dialup' keyword identifies dialin lines to login,
43119829Smarcel# fingerd etc.
44269432Smarcelttyu0	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
45269432Smarcelttyu1	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
46119829Smarcelttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
47119829Smarcelttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
48121468Ssimokawa# Dumb console
49121468Ssimokawadcons	"/usr/libexec/getty std.9600"	vt100	off secure
50