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