136108Sjb#
250472Speter# $FreeBSD$
336108Sjb#	@(#)ttys	5.1 (Berkeley) 4/17/89
436108Sjb#
543818Swes# This file specifies various information about terminals on the system.
643818Swes# It is used by several different programs.  Common entries for the
750177Shoek# various columns include:
843818Swes#
943818Swes# name  The name of the terminal device.
1043818Swes#
1143818Swes# getty The program to start running on the terminal.  Typically a
1243818Swes#       getty program, as the name implies.  Other common entries
1350177Shoek#       include none, when no getty is needed, and xdm, to start the
1443818Swes#       X Window System.
1543818Swes#
1643818Swes# type The initial terminal type for this port.  For hardwired
1750177Shoek#      terminal lines, this will contain the type of terminal used.
18199252Sed#      For virtual consoles, the correct type is typically cons25w.
19220154Sed#      Other common values include dialup for incoming modem ports, and
20220154Sed#      unknown when the terminal type cannot be predetermined.
2143818Swes#
2243818Swes# status Must be on or off.  If on, init will run the getty program on
2350177Shoek#        the specified port.  If the word "secure" appears, this tty
2450177Shoek#        allows root login.
2543818Swes#
2636108Sjb# name	getty				type	status		comments
2736108Sjb#
2850177Shoek# If console is marked "insecure", then init will ask for the root password
2950177Shoek# when going to single-user mode.
3056805Sobrienconsole	none				unknown	off secure
3136108Sjb#
32199252Sedttyv0	"/usr/libexec/getty Pc"		cons25w	on  secure
3336108Sjb# Virtual terminals
34199252Sedttyv1	"/usr/libexec/getty Pc"		cons25w	on  secure
35199252Sedttyv2	"/usr/libexec/getty Pc"		cons25w	on  secure
36199252Sedttyv3	"/usr/libexec/getty Pc"		cons25w	on  secure
37199252Sedttyv4	"/usr/libexec/getty Pc"		cons25w	on  secure
38199252Sedttyv5	"/usr/libexec/getty Pc"		cons25w	on  secure
39199252Sedttyv6	"/usr/libexec/getty Pc"		cons25w	on  secure
40199252Sedttyv7	"/usr/libexec/getty Pc"		cons25w	on  secure
41170088Sdougbttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
4236108Sjb# Serial terminals
4336108Sjb# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
44180487Sedttyu0	"/usr/libexec/getty std.9600"	dialup	off secure
45180487Sedttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
46180487Sedttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
47180487Sedttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
48121468Ssimokawa# Dumb console
49121468Ssimokawadcons	"/usr/libexec/getty std.9600"	vt100	off secure
50