blob: 8eae7fd9808a5596378d2adb236687efd9c102a6 (
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
25
26
27
28
29
30
31
32
33
34
35
36
|
# $NetBSD: ttys,v 1.17 2019/09/25 23:09:21 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.
console "/usr/libexec/getty Pc" vt220 off secure
constty "/usr/libexec/getty Pc" vt220 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.
ttyC0 "/usr/libexec/getty std.9600" unknown off secure
ttyC1 "/usr/libexec/getty std.9600" unknown off secure
ttyC2 "/usr/libexec/getty std.9600" unknown off secure
ttyC3 "/usr/libexec/getty std.9600" unknown off secure
ttyM0 "/usr/libexec/getty std.9600" unknown off secure
ttyM1 "/usr/libexec/getty std.9600" unknown off secure
ttyM2 "/usr/libexec/getty std.9600" unknown off secure
ttyM3 "/usr/libexec/getty std.9600" unknown off secure
ttyM4 "/usr/libexec/getty std.9600" unknown off secure
ttyM5 "/usr/libexec/getty std.9600" unknown off secure
ttyM6 "/usr/libexec/getty std.9600" unknown off secure
ttyM7 "/usr/libexec/getty std.9600" unknown off secure
ttyM8 "/usr/libexec/getty std.9600" unknown off secure
ttyM9 "/usr/libexec/getty std.9600" unknown off secure
ttyMa "/usr/libexec/getty std.9600" unknown off secure
ttyMb "/usr/libexec/getty std.9600" unknown off secure
ttyMc "/usr/libexec/getty std.9600" unknown off secure
ttyMd "/usr/libexec/getty std.9600" unknown off secure
ttyMe "/usr/libexec/getty std.9600" unknown off secure
ttyMf "/usr/libexec/getty std.9600" unknown off secure
|