Deleted Added
full compact
ttys (56776) ttys (56805)
1#
1#
2# $FreeBSD: head/etc/etc.i386/ttys 56776 2000-01-29 00:50:21Z obrien $
2# $FreeBSD: head/etc/etc.i386/ttys 56805 2000-01-29 12:18:03Z obrien $
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#

--- 12 unchanged lines hidden (view full) ---

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.
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#

--- 12 unchanged lines hidden (view full) ---

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
31#
32#
32console "/usr/libexec/getty Pc" cons25 on secure
33ttyv0 "/usr/libexec/getty Pc" cons25 on secure
33# Virtual terminals
34ttyv1 "/usr/libexec/getty Pc" cons25 on secure
35ttyv2 "/usr/libexec/getty Pc" cons25 on secure
36ttyv3 "/usr/libexec/getty Pc" cons25 on secure
37ttyv4 "/usr/libexec/getty Pc" cons25 on secure
38ttyv5 "/usr/libexec/getty Pc" cons25 on secure
39ttyv6 "/usr/libexec/getty Pc" cons25 on secure
40ttyv7 "/usr/libexec/getty Pc" cons25 on secure

--- 264 unchanged lines hidden ---
34# Virtual terminals
35ttyv1 "/usr/libexec/getty Pc" cons25 on secure
36ttyv2 "/usr/libexec/getty Pc" cons25 on secure
37ttyv3 "/usr/libexec/getty Pc" cons25 on secure
38ttyv4 "/usr/libexec/getty Pc" cons25 on secure
39ttyv5 "/usr/libexec/getty Pc" cons25 on secure
40ttyv6 "/usr/libexec/getty Pc" cons25 on secure
41ttyv7 "/usr/libexec/getty Pc" cons25 on secure

--- 264 unchanged lines hidden ---