blob: 1f32ec2f193a59d7db42ec349a8b8788f70b828c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#
# $OpenBSD: ttys,v 1.10 2010/03/07 21:10:22 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" vt220 on secure
# MVME188 dart(4) serial ports
ttya "/usr/libexec/getty std.9600" unknown off secure # console
ttyb "/usr/libexec/getty std.9600" unknown off
# MVME1x7 cl(4) serial ports
tty00 "/usr/libexec/getty std.9600" unknown off secure # 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
# M8120 remaining cl(4) serial ports
tty04 "/usr/libexec/getty std.9600" unknown off
tty05 "/usr/libexec/getty std.9600" unknown off
tty06 "/usr/libexec/getty std.9600" unknown off
tty07 "/usr/libexec/getty std.9600" unknown off
# MVME332 vx(4) serial ports
ttyv0 "/usr/libexec/getty std.9600" unknown off
ttyv1 "/usr/libexec/getty std.9600" unknown off
ttyv2 "/usr/libexec/getty std.9600" unknown off
ttyv3 "/usr/libexec/getty std.9600" unknown off
ttyv4 "/usr/libexec/getty std.9600" unknown off
ttyv5 "/usr/libexec/getty std.9600" unknown off
ttyv6 "/usr/libexec/getty std.9600" unknown off
ttyv7 "/usr/libexec/getty std.9600" unknown off
|