1169857Sdds#
2169857Sdds# $FreeBSD$
3169857Sdds#	@(#)ttys	5.1 (Berkeley) 4/17/89
4169857Sdds#
5169857Sdds# This file specifies various information about terminals on the system.
6169857Sdds# It is used by several different programs.  Common entries for the
7169857Sdds# various columns include:
8169857Sdds#
9169857Sdds# name  The name of the terminal device.
10169857Sdds#
11169857Sdds# getty The program to start running on the terminal.  Typically a
12169857Sdds#       getty program, as the name implies.  Other common entries
13169857Sdds#       include none, when no getty is needed, and xdm, to start the
14169857Sdds#       X Window System.
15169857Sdds#
16169857Sdds# type The initial terminal type for this port.  For hardwired
17169857Sdds#      terminal lines, this will contain the type of terminal used.
18169857Sdds#      For virtual consoles, the correct type is typically xterm.
19169857Sdds#      Other common values include dialup for incoming modem ports, and
20169857Sdds#      unknown when the terminal type cannot be predetermined.
21169857Sdds#
22169857Sdds# status Must be on or off.  If on, init will run the getty program on
23169857Sdds#        the specified port.  If the word "secure" appears, this tty
24169857Sdds#        allows root login.
25169857Sdds#
26169857Sdds# name	getty				type	status		comments
27169857Sdds#
28169857Sdds# If console is marked "insecure", then init will ask for the root password
29169857Sdds# when going to single-user mode.
30169857Sddsconsole	none				unknown	off secure
31169857Sdds#
32169857Sddsttyv0	"/usr/libexec/getty Pc"		xterm	on  secure
33169857Sdds# Virtual terminals
34169857Sddsttyv1	"/usr/libexec/getty Pc"		xterm	on  secure
35169857Sddsttyv2	"/usr/libexec/getty Pc"		xterm	on  secure
36169857Sddsttyv3	"/usr/libexec/getty Pc"		xterm	on  secure
37169857Sddsttyv4	"/usr/libexec/getty Pc"		xterm	on  secure
38169857Sddsttyv5	"/usr/libexec/getty Pc"		xterm	on  secure
39169857Sddsttyv6	"/usr/libexec/getty Pc"		xterm	on  secure
40169857Sddsttyv7	"/usr/libexec/getty Pc"		xterm	on  secure
41169857Sddsttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
42169857Sdds# Serial terminals
43169857Sdds# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
44169857Sddsttyu0	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
45169857Sddsttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
46169857Sddsttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
47169857Sddsttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
48169857Sdds# Dumb console
49169857Sddsdcons	"/usr/libexec/getty std.9600"	vt100	off secure
50169857Sdds