blob: 45a6d3d5ff0546e1396930ba34db863dc5e789f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# $OpenBSD: ttys,v 1.8 2008/01/09 17:39:42 miod Exp $
#
# name getty type status comments
#
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty std.9600" unknown on secure
ttya "/usr/libexec/getty std.9600" unknown off secure # 147/162 console
ttyb "/usr/libexec/getty std.9600" unknown off
ttyc "/usr/libexec/getty std.9600" unknown off
ttyd "/usr/libexec/getty std.9600" unknown off
tty00 "/usr/libexec/getty std.9600" unknown off secure # 167/17x console
tty01 "/usr/libexec/getty std.9600" unknown off
tty02 "/usr/libexec/getty std.9600" unknown off
tty03 "/usr/libexec/getty std.9600" unknown off
|