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