blob: 5a785e7dc64980681627b71e0244be47d354a650 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# @(#)ttys 5.1 (Berkeley) 4/17/89
# $NetBSD: ttys,v 1.10 2019/09/25 23:09:23 abs Exp $
#
# name getty type status comments
#
# Note: the console redirects to one of: kd, ttya, ttyb
console "/usr/libexec/getty std.9600" vt100 off secure
constty "/usr/libexec/getty std.9600" vt100 on secure
romcons "/usr/libexec/getty std.9600" news off secure
ttyZ0 "/usr/libexec/getty std.9600" vt100 off secure
ttyZ1 "/usr/libexec/getty std.9600" unknown on secure
|