blob: 203e58a6f75c1ea30c76452f2297f5c5c7b8c89c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: ttys,v 1.9 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 Pc" vt100 off secure
constty "/usr/libexec/getty Pc" vt100 on secure
#
# Workstation console.
#
ttyE0 "/usr/libexec/getty Pc" wsvt25 off secure
#
# Hardwired lines are marked off, by default, so getty(8)
# is quiet when they don't exist.
#
ttya "/usr/libexec/getty std.9600" unknown off secure
|