blob: c980c12e9e0f2a40bb722642426e482ae83d767f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# $NetBSD: ttys,v 1.21 2021/05/08 10:08:33 rin 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.
console "/usr/libexec/getty Pc" vt100 off secure
constty "/usr/libexec/getty Pc" vt100 on secure
# Define the console that we actually run getty on.
ttyE0 "/usr/libexec/getty Pc" wsvt25 off secure
# Mac Build-in serial ports
ttyZ0 "/usr/libexec/getty std.9600" unknown off secure
ttyZ1 "/usr/libexec/getty std.9600" unknown off secure
|