ttys revision 285830
136108Sjb#
250472Speter# $FreeBSD: releng/10.2/etc/etc.powerpc/ttys 220154 2011-03-30 08:22:29Z ed $
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.
1894929Sgerald#      For virtual consoles, the correct type is typically xterm.
1994929Sgerald#      Other common values include dialup for incoming modem ports, and
2094929Sgerald#      unknown when the terminal type cannot be predetermined.
2194929Sgerald#
2250177Shoek# 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
2443818Swes#        allows root login.
2543818Swes#
2650177Shoek# name	getty				type	status		comments
2750177Shoek#
2843818Swes# If console is marked "insecure", then init will ask for the root password
2936108Sjb# when going to single-user mode.
3036108Sjbconsole	none				unknown	off secure
3150177Shoek#
3250177Shoekttyv0	"/usr/libexec/getty Pc"		xterm	on  secure
3356805Sobrien# Virtual terminals
3436108Sjbttyv1	"/usr/libexec/getty Pc"		xterm	on  secure
3556805Sobrienttyv2	"/usr/libexec/getty Pc"		xterm	on  secure
3636108Sjbttyv3	"/usr/libexec/getty Pc"		xterm	on  secure
3736108Sjbttyv4	"/usr/libexec/getty Pc"		xterm	on  secure
3836108Sjbttyv5	"/usr/libexec/getty Pc"		xterm	on  secure
3948558Sdesttyv6	"/usr/libexec/getty Pc"		xterm	on  secure
4048558Sdesttyv7	"/usr/libexec/getty Pc"		xterm	on  secure
4148558Sdes#ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
4248558Sdes# Serial terminals
4348558Sdes# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
4448558Sdesttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
4536108Sjbttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
4636108Sjbttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
4736108Sjbttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
4836108Sjb# Dumb console
4936108Sjbdcons	"/usr/libexec/getty std.9600"	vt100	off secure
5036108Sjb