blob: db7e65a72b147b61974763d10b211af3be815c73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# $OpenBSD: ttys,v 1.5 1998/06/28 03:27:01 todd 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
|