189029Sjhb#
289029Sjhb# $FreeBSD$
389029Sjhb#	@(#)ttys	5.1 (Berkeley) 4/17/89
489029Sjhb#
589029Sjhb# This file specifies various information about terminals on the system.
689029Sjhb# It is used by several different programs.  Common entries for the
789029Sjhb# various columns include:
889029Sjhb#
989029Sjhb# name  The name of the terminal device.
1089029Sjhb#
1189029Sjhb# getty The program to start running on the terminal.  Typically a
1289029Sjhb#       getty program, as the name implies.  Other common entries
1389029Sjhb#       include none, when no getty is needed, and xdm, to start the
1489029Sjhb#       X Window System.
1589029Sjhb#
1689029Sjhb# type The initial terminal type for this port.  For hardwired
1789029Sjhb#      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.
2189029Sjhb#
2289029Sjhb# status Must be on or off.  If on, init will run the getty program on
2389029Sjhb#        the specified port.  If the word "secure" appears, this tty
2489029Sjhb#        allows root login.
2589029Sjhb#
2689029Sjhb# name	getty				type	status		comments
2789029Sjhb#
2889029Sjhb# If console is marked "insecure", then init will ask for the root password
2989029Sjhb# when going to single-user mode.
3089029Sjhbconsole	none				unknown	off secure
31147276Smarius# ofw_console(4)
32147276Smariusscreen	"/usr/libexec/getty Pc"		vt100	off secure
33143311Sobrienttya	"/usr/libexec/getty 3wire.9600"	vt100	off secure
34143311Sobrienttyb	"/usr/libexec/getty 3wire.9600"	vt100	off secure
35147276Smarius# syscons(4)
36199243Sedttyv0	"/usr/libexec/getty Pc"		xterm	on  secure
3789029Sjhb# Virtual terminals
38199243Sedttyv1	"/usr/libexec/getty Pc"		xterm	on  secure
39199243Sedttyv2	"/usr/libexec/getty Pc"		xterm	on  secure
40199243Sedttyv3	"/usr/libexec/getty Pc"		xterm	on  secure
41199243Sedttyv4	"/usr/libexec/getty Pc"		xterm	on  secure
42199243Sedttyv5	"/usr/libexec/getty Pc"		xterm	on  secure
43199243Sedttyv6	"/usr/libexec/getty Pc"		xterm	on  secure
44199243Sedttyv7	"/usr/libexec/getty Pc"		xterm	on  secure
45170088Sdougbttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
4689029Sjhb# Serial terminals
4789029Sjhb# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
48147276Smarius# uart(4)
49141034Smarcelttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
50141034Smarcelttyu1	"/usr/libexec/getty std.9600"	vt100	on  secure
51155323Smariusttyu2	"/usr/libexec/getty std.9600"	vt100	on  secure
52119972Sjakettyu3	"/usr/libexec/getty std.9600"	vt100	off secure
53121468Ssimokawa# Dumb console
54121468Ssimokawadcons	"/usr/libexec/getty std.9600"	vt100	off secure
55