blob: 0d2a230a33054dae309edc376b23724f34bdba16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# $NetBSD: ttys,v 1.2 1995/11/28 05:40:26 jtc 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
|