1# This file specifies various information about terminals on the system.
2# It is used by several different programs.  Common entries for the
3# various columns include:
4#
5# name  The name of the terminal device.
6#
7# getty The program to start running on the terminal.  Typically a
8#       getty program, as the name implies.  Other common entries
9#       include none, when no getty is needed, and xdm, to start the
10#       X Window System.
11#
12# type The initial terminal type for this port.  For hardwired
13#      terminal lines, this will contain the type of terminal used.
14#      For virtual consoles, the correct type is typically xterm, but
15#      vt220 will work better if you need interoperability with other
16#      systems like Solaris or GNU/Linux.
17#      Other common values include network for network connections on
18#      pseudo-terminals, dialup for incoming modem ports, and unknown
19#      when the terminal type cannot be predetermined.
20#
21# status Must be on or off.  If on, init will run the getty program on
22#        the specified port.  If the word "secure" appears, this tty
23#        allows root login.
24#
25# name	getty				type	status		comments
26#
27# If console is marked "insecure", then init will ask for the root password
28# when going to single-user mode.
29console	none				unknown	off secure
30#
31ttyv0	"/usr/libexec/getty Pc"		xterm	off  secure
32# Virtual terminals
33ttyv1	"/usr/libexec/getty Pc"		xterm	off  secure
34ttyv2	"/usr/libexec/getty Pc"		xterm	off  secure
35ttyv3	"/usr/libexec/getty Pc"		xterm	off  secure
36ttyv4	"/usr/libexec/getty Pc"		xterm	off  secure
37ttyv5	"/usr/libexec/getty Pc"		xterm	off  secure
38ttyv6	"/usr/libexec/getty Pc"		xterm	off  secure
39ttyv7	"/usr/libexec/getty Pc"		xterm	off  secure
40ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
41# Serial terminals
42# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
43ttyu0	"/usr/libexec/getty std.9600"	xterm	on secure
44ttyd1	"/usr/libexec/getty std.9600"	dialup	off secure
45ttyd2	"/usr/libexec/getty std.9600"	dialup	off secure
46ttyd3	"/usr/libexec/getty std.9600"	dialup	off secure
47# Dumb console
48dcons	"/usr/libexec/getty std.9600"	vt100	off secure
49