|
|
@ -1,5 +1,5 @@ |
|
|
|
# |
|
|
|
# $OpenBSD: ttys,v 1.7 1998/06/28 03:26:49 todd Exp $ |
|
|
|
# $OpenBSD: ttys,v 1.8 2000/09/09 04:50:40 ericj Exp $ |
|
|
|
# |
|
|
|
# name getty type status comments |
|
|
|
|
|
|
@ -7,11 +7,11 @@ |
|
|
|
# enabled for the correct 'real' device (e.g. one of the serial ports). |
|
|
|
|
|
|
|
# console pseudo-device |
|
|
|
console "/usr/libexec/getty std.9600" sun on secure |
|
|
|
console "/usr/libexec/getty std.9600" vt100 on secure |
|
|
|
|
|
|
|
# Workstation console (framebuffer) ttys |
|
|
|
ttyE0 "/usr/libexec/getty std.9600" sun off secure |
|
|
|
ttyE1 "/usr/libexec/getty std.9600" sun off secure |
|
|
|
ttyE0 "/usr/libexec/getty std.9600" vt100 off secure |
|
|
|
ttyE1 "/usr/libexec/getty std.9600" vt100 off secure |
|
|
|
|
|
|
|
# DEC 3000 Z8530 ("scc") serial ports |
|
|
|
ttyB0 "/usr/libexec/getty std.9600" unknown off secure |
|
|
|