]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/etc.sparc64/ttys
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / etc / etc.sparc64 / ttys
1 #
2 # $FreeBSD$
3 #       @(#)ttys        5.1 (Berkeley) 4/17/89
4 #
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:
8 #
9 # name  The name of the terminal device.
10 #
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
14 #       X Window System.
15 #
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 typically xterm.
19 #      Other common values include dialup for incoming modem ports, and
20 #      unknown when the terminal type cannot be predetermined.
21 #
22 # status Must be on or off.  If on, init will run the getty program on
23 #        the specified port.  If the word "secure" appears, this tty
24 #        allows root login.
25 #
26 # name  getty                           type    status          comments
27 #
28 # If console is marked "insecure", then init will ask for the root password
29 # when going to single-user mode.
30 console none                            unknown off secure
31 # ofw_console(4)
32 screen  "/usr/libexec/getty Pc"         vt100   off secure
33 ttya    "/usr/libexec/getty 3wire.9600" vt100   off secure
34 ttyb    "/usr/libexec/getty 3wire.9600" vt100   off secure
35 # syscons(4)
36 ttyv0   "/usr/libexec/getty Pc"         xterm   on  secure
37 # Virtual terminals
38 ttyv1   "/usr/libexec/getty Pc"         xterm   on  secure
39 ttyv2   "/usr/libexec/getty Pc"         xterm   on  secure
40 ttyv3   "/usr/libexec/getty Pc"         xterm   on  secure
41 ttyv4   "/usr/libexec/getty Pc"         xterm   on  secure
42 ttyv5   "/usr/libexec/getty Pc"         xterm   on  secure
43 ttyv6   "/usr/libexec/getty Pc"         xterm   on  secure
44 ttyv7   "/usr/libexec/getty Pc"         xterm   on  secure
45 ttyv8   "/usr/local/bin/xdm -nodaemon"  xterm   off secure
46 # Serial terminals
47 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
48 # uart(4)
49 ttyu0   "/usr/libexec/getty std.9600"   vt100   on  secure
50 ttyu1   "/usr/libexec/getty std.9600"   vt100   on  secure
51 ttyu2   "/usr/libexec/getty std.9600"   vt100   on  secure
52 ttyu3   "/usr/libexec/getty std.9600"   vt100   off secure
53 # Dumb console
54 dcons   "/usr/libexec/getty std.9600"   vt100   off secure