ttys revision 269432
1290494Sbapt#
2290494Sbapt# $FreeBSD: stable/10/etc/etc.ia64/ttys 269432 2014-08-02 15:05:23Z marcel $
3290494Sbapt#	@(#)ttys	5.1 (Berkeley) 4/17/89
4290494Sbapt#
576105Sphantom# This file specifies various information about terminals on the system.
6290494Sbapt# It is used by several different programs.  Common entries for the
7290494Sbapt# various columns include:
876105Sphantom#
976105Sphantom# name  The name of the terminal device.
10290494Sbapt#
11290494Sbapt# getty The program to start running on the terminal.  Typically a
1276105Sphantom#       getty program, as the name implies.  Other common entries
1376105Sphantom#       include none, when no getty is needed, and xdm, to start the
14290494Sbapt#       X Window System.
1576105Sphantom#
1676105Sphantom# type The initial terminal type for this port.  For hardwired
17290494Sbapt#      terminal lines, this will contain the type of terminal used.
18290494Sbapt#      For virtual consoles, the correct type is typically xterm.
19290494Sbapt#      Other common values include dialup for incoming modem ports, and
20290494Sbapt#      unknown when the terminal type cannot be predetermined.
2176105Sphantom#
2276105Sphantom# status Must be on or off.  If on, init will run the getty program on
23290494Sbapt#        the specified port.  If the word "secure" appears, this tty
2476105Sphantom#        allows root login.
2576105Sphantom#
26290494Sbapt# name	getty				type	status		comments
2776105Sphantom#
2876105Sphantom# If console is marked "insecure", then init will ask for the root password
29290494Sbapt# when going to single-user mode.
3076105Sphantomconsole	none				unknown	off secure
3176105Sphantom#
32290494Sbaptttyv0	"/usr/libexec/getty Pc"		xterm	off secure
3376105Sphantom# Virtual terminals
34290494Sbaptttyv1	"/usr/libexec/getty Pc"		xterm	off secure
35290494Sbaptttyv2	"/usr/libexec/getty Pc"		xterm	off secure
3676105Sphantomttyv3	"/usr/libexec/getty Pc"		xterm	off secure
3776105Sphantomttyv4	"/usr/libexec/getty Pc"		xterm	off secure
38290494Sbaptttyv5	"/usr/libexec/getty Pc"		xterm	off secure
3976105Sphantomttyv6	"/usr/libexec/getty Pc"		xterm	off secure
40290494Sbaptttyv7	"/usr/libexec/getty Pc"		xterm	off secure
41290494Sbaptttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
4276105Sphantom# Serial terminals. The 'dialup' keyword identifies dialin lines to login,
4376105Sphantom# fingerd etc.
44290494Sbaptttyu0	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
4576105Sphantomttyu1	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
4676105Sphantomttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
47290494Sbaptttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
4876105Sphantom# Dumb console
4976105Sphantomdcons	"/usr/libexec/getty std.9600"	vt100	off secure
5076105Sphantom