1130350Scognet#
2130350Scognet# $FreeBSD$
3130350Scognet#	@(#)ttys	5.1 (Berkeley) 4/17/89
4130350Scognet#
5130350Scognet# This file specifies various information about terminals on the system.
6130350Scognet# It is used by several different programs.  Common entries for the
7130350Scognet# various columns include:
8130350Scognet#
9130350Scognet# name  The name of the terminal device.
10130350Scognet#
11130350Scognet# getty The program to start running on the terminal.  Typically a
12130350Scognet#       getty program, as the name implies.  Other common entries
13130350Scognet#       include none, when no getty is needed, and xdm, to start the
14130350Scognet#       X Window System.
15130350Scognet#
16130350Scognet# type The initial terminal type for this port.  For hardwired
17130350Scognet#      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.
21130350Scognet#
22130350Scognet# status Must be on or off.  If on, init will run the getty program on
23130350Scognet#        the specified port.  If the word "secure" appears, this tty
24130350Scognet#        allows root login.
25130350Scognet#
26130350Scognet# name	getty				type	status		comments
27130350Scognet#
28130350Scognet# If console is marked "insecure", then init will ask for the root password
29130350Scognet# when going to single-user mode.
30130350Scognetconsole	none				unknown	off secure
31130350Scognet#
32199243Sedttyv0	"/usr/libexec/getty Pc"		xterm	off  secure
33130350Scognet# Virtual terminals
34199243Sedttyv1	"/usr/libexec/getty Pc"		xterm	off  secure
35199243Sedttyv2	"/usr/libexec/getty Pc"		xterm	off  secure
36199243Sedttyv3	"/usr/libexec/getty Pc"		xterm	off  secure
37199243Sedttyv4	"/usr/libexec/getty Pc"		xterm	off  secure
38199243Sedttyv5	"/usr/libexec/getty Pc"		xterm	off  secure
39199243Sedttyv6	"/usr/libexec/getty Pc"		xterm	off  secure
40199243Sedttyv7	"/usr/libexec/getty Pc"		xterm	off  secure
41170088Sdougb#ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
42130350Scognet# Serial terminals
43130350Scognet# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
44135734Scognetttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
45171810Scognetttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
46171810Scognetttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
47171810Scognetttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
48130350Scognet# Dumb console
49130350Scognetdcons	"/usr/libexec/getty std.9600"	vt100	off secure
50