blob: 060233de3b8310c8d9c90931f64ec2745dba6267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# $NetBSD: ttys,v 1.8 2004/06/20 21:30:27 christos 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
ttye0 "/usr/libexec/getty Pc" vt220 on secure # ite0 console
ttye1 "/usr/libexec/getty Pc" vt220 on secure # ite1
ttyE0 "/usr/libexec/getty Pc" vt220 on secure # wscons
ttyE1 "/usr/libexec/getty Pc" vt220 on secure # consoles
|