1178768Simp#
2178768Simp# $FreeBSD$
3178768Simp#	@(#)ttys	5.1 (Berkeley) 4/17/89
4178768Simp#
5178768Simp# This file specifies various information about terminals on the system.
6178768Simp# It is used by several different programs.  Common entries for the
7178768Simp# various columns include:
8178768Simp#
9178768Simp# name  The name of the terminal device.
10178768Simp#
11178768Simp# getty The program to start running on the terminal.  Typically a
12178768Simp#       getty program, as the name implies.  Other common entries
13178768Simp#       include none, when no getty is needed, and xdm, to start the
14178768Simp#       X Window System.
15178768Simp#
16178768Simp# type The initial terminal type for this port.  For hardwired
17178768Simp#      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.
21178768Simp#
22178768Simp# status Must be on or off.  If on, init will run the getty program on
23178768Simp#        the specified port.  If the word "secure" appears, this tty
24178768Simp#        allows root login.
25178768Simp#
26178768Simp# name	getty				type	status		comments
27178768Simp#
28178768Simp# If console is marked "insecure", then init will ask for the root password
29178768Simp# when going to single-user mode.
30178768Simpconsole	none				unknown	off secure
31178768Simp# Serial terminals
32178768Simp# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
33183773Simpttyu0	"/usr/libexec/getty std.115200"	dialup	on  secure
34183773Simpttyu1	"/usr/libexec/getty std.115200"	dialup	off secure
35183773Simpttyu2	"/usr/libexec/getty std.115200"	dialup	off secure
36183773Simpttyu3	"/usr/libexec/getty std.115200"	dialup	off secure
37