blob: a40495b0d1d4669d9e6197ba04b07752037c1b42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
# $Id: ttys,v 1.3 1996/07/28 09:00:59 deraadt Exp $
#
# name getty type status comments
#
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty Pc" unknown off secure
ttya "/usr/libexec/getty Pc" unknown on secure # 147/162 console
ttyb "/usr/libexec/getty Pc" unknown off
ttyc "/usr/libexec/getty Pc" unknown off
ttyd "/usr/libexec/getty Pc" unknown off
tty00 "/usr/libexec/getty Pc" unknown on secure # 167/17x console
tty01 "/usr/libexec/getty Pc" unknown off
tty02 "/usr/libexec/getty Pc" unknown off
tty03 "/usr/libexec/getty Pc" unknown off
|