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