blob: 29aebc9aa4868fd260e650a9c35e0bf5b0e9100d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: ttys,v 1.4 2019/09/25 23:09:22 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.9600" unknown off secure
constty "/usr/libexec/getty std.9600" unknown on secure
scif0 "/usr/libexec/getty std.9600" vt100 off secure local
|