Deleted Added
full compact
ttys (203068) ttys (220154)
1#
1#
2# $FreeBSD: head/etc/etc.pc98/ttys 203068 2010-01-27 11:54:42Z ed $
2# $FreeBSD: head/etc/etc.pc98/ttys 220154 2011-03-30 08:22:29Z 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.
18# For virtual consoles, the correct type is typically cons25w.
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 cons25w.
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.
19# Other common values include dialup for incoming modem ports, and
20# unknown 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

--- 21 unchanged lines hidden ---
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

--- 21 unchanged lines hidden ---