Deleted Added
full compact
ttys (194218) ttys (199243)
1#
1#
2# $FreeBSD: head/etc/etc.sparc64/ttys 194218 2009-06-14 22:35:33Z ed $
2# $FreeBSD: head/etc/etc.sparc64/ttys 199243 2009-11-13 05:54:55Z ed $
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.
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 cons25.
18# For virtual consoles, the correct type is typically xterm.
19# Other 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.
22#
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
25# allows root login.
26#
27# name getty type status comments
28#
29# If console is marked "insecure", then init will ask for the root password
30# when going to single-user mode.
31console none unknown off secure
32# ofw_console(4)
33screen "/usr/libexec/getty Pc" vt100 off secure
34ttya "/usr/libexec/getty 3wire.9600" vt100 off secure
35ttyb "/usr/libexec/getty 3wire.9600" vt100 off secure
36# syscons(4)
19# Other 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.
22#
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
25# allows root login.
26#
27# name getty type status comments
28#
29# If console is marked "insecure", then init will ask for the root password
30# when going to single-user mode.
31console none unknown off secure
32# ofw_console(4)
33screen "/usr/libexec/getty Pc" vt100 off secure
34ttya "/usr/libexec/getty 3wire.9600" vt100 off secure
35ttyb "/usr/libexec/getty 3wire.9600" vt100 off secure
36# syscons(4)
37ttyv0 "/usr/libexec/getty Pc" cons25 on secure
37ttyv0 "/usr/libexec/getty Pc" xterm on secure
38# Virtual terminals
38# Virtual terminals
39ttyv1 "/usr/libexec/getty Pc" cons25 on secure
40ttyv2 "/usr/libexec/getty Pc" cons25 on secure
41ttyv3 "/usr/libexec/getty Pc" cons25 on secure
42ttyv4 "/usr/libexec/getty Pc" cons25 on secure
43ttyv5 "/usr/libexec/getty Pc" cons25 on secure
44ttyv6 "/usr/libexec/getty Pc" cons25 on secure
45ttyv7 "/usr/libexec/getty Pc" cons25 on secure
39ttyv1 "/usr/libexec/getty Pc" xterm on secure
40ttyv2 "/usr/libexec/getty Pc" xterm on secure
41ttyv3 "/usr/libexec/getty Pc" xterm on secure
42ttyv4 "/usr/libexec/getty Pc" xterm on secure
43ttyv5 "/usr/libexec/getty Pc" xterm on secure
44ttyv6 "/usr/libexec/getty Pc" xterm on secure
45ttyv7 "/usr/libexec/getty Pc" xterm on secure
46ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
47# Serial terminals
48# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
49# uart(4)
50ttyu0 "/usr/libexec/getty std.9600" vt100 on secure
51ttyu1 "/usr/libexec/getty std.9600" vt100 on secure
52ttyu2 "/usr/libexec/getty std.9600" vt100 on secure
53ttyu3 "/usr/libexec/getty std.9600" vt100 off secure

--- 259 unchanged lines hidden ---
46ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
47# Serial terminals
48# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
49# uart(4)
50ttyu0 "/usr/libexec/getty std.9600" vt100 on secure
51ttyu1 "/usr/libexec/getty std.9600" vt100 on secure
52ttyu2 "/usr/libexec/getty std.9600" vt100 on secure
53ttyu3 "/usr/libexec/getty std.9600" vt100 off secure

--- 259 unchanged lines hidden ---