2 # $FreeBSD: src/etc/etc.i386/ttys,v 1.8 2000/01/29 12:18:03 obrien Exp $
3 # @(#)ttys 5.1 (Berkeley) 4/17/89
5 # This file specifies various information about terminals on the system.
6 # It is used by several different programs. Common entries for the
7 # various columns include:
9 # name The name of the terminal device.
11 # getty The program to start running on the terminal. Typically a
12 # getty program, as the name implies. Other common entries
13 # include none, when no getty is needed, and xdm, to start the
16 # type The initial terminal type for this port. For hardwired
17 # terminal lines, this will contain the type of terminal used.
18 # For virtual consoles, the correct type is cons25. Other
19 # common values include network for network connections on
20 # pseudo-terminals, dialup for incoming modem ports, and unknown
21 # when the terminal type cannot be predetermined.
23 # status Must be on or off. If on, init will run the getty program on
24 # the specified port. If the word "secure" appears, this tty
27 # name getty type status comments
29 # If console is marked "insecure", then init will ask for the root password
30 # when going to single-user mode.
31 console none unknown off secure
33 ttyv0 "/usr/libexec/getty Pc" cons25 on secure
35 ttyv1 "/usr/libexec/getty Pc" cons25 on secure
36 ttyv2 "/usr/libexec/getty Pc" cons25 on secure
37 ttyv3 "/usr/libexec/getty Pc" cons25 on secure
38 ttyv4 "/usr/libexec/getty Pc" cons25 on secure
39 ttyv5 "/usr/libexec/getty Pc" cons25 on secure
40 ttyv6 "/usr/libexec/getty Pc" cons25 on secure
41 ttyv7 "/usr/libexec/getty Pc" cons25 on secure
42 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
43 # Serial terminals - keep it simple
45 ttyd0 "/usr/libexec/getty std.9600" dialup on secure ifconsole
46 ttyd1 "/usr/libexec/getty std.9600" dialup on secure ifconsole
47 ttyd2 "/usr/libexec/getty std.9600" dialup on secure ifconsole
48 ttyd3 "/usr/libexec/getty std.9600" dialup on secure ifconsole
50 dcons "/usr/libexec/getty std.9600" vt100 on secure ifconsole