blob: da3ea0ad5340ac7b9ef6464a36ca88c34ecd7a52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# $OpenBSD: ttys,v 1.3 1997/10/11 21:22:20 deraadt Exp $
#
# name getty type status comments
#
# Note: you may want to change the "default" entry in /etc/gettytab
# to make "no parity" the default (add the :np: flag).
#
# Also: the console is one of: kd, ttya, ttyb
console "/usr/libexec/getty std.9600" sun off secure
kd "/usr/libexec/getty std.9600" sun on secure
ttya "/usr/libexec/getty std.9600" unknown on secure
ttyb "/usr/libexec/getty std.9600" unknown off secure
|