blob: bd36ada57f8c073dc84c6be15bf7776e34de10ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# $OpenBSD: ttys,v 1.5 1998/06/28 03:27:12 todd Exp $
#
# name getty type status comments
#
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty Pc" vt220 on secure
tty00 "/usr/libexec/getty std.9600" unknown off secure # int. serial.
#tty00 none unknown off secure rtcsts softcar # for dialup ppp.
tty02 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
tty03 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
com0 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
com1 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
|