blob: 99e252c9e80242c786a016963b82830798818cfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: ttys,v 1.7 2008/10/07 10:00:01 abs Exp $
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
# name getty type status comments
#
# If the console is marked insecure, single-user requires
# the root password.
#
# /dev/console is always valid, regardless of the board type.
#
console "/usr/libexec/getty std.57600" unknown off secure
constty "/usr/libexec/getty std.57600" unknown off secure
ttyE0 "/usr/libexec/getty std.9600" wsvt25 on secure
scif0 "/usr/libexec/getty std.57600" vt100 on secure local
|