blob: 96f6253591c71a74efd2477a8bc5273a647fb62e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# $NetBSD: ttys,v 1.1.1.1.4.1 1996/06/17 06:15:19 oki 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 on secure
tty00 "/usr/libexec/getty std.9600" unknown off secure # int. serial.
#tty00 none unknown off secure rtcsts softcar # for dialup ppp.
tty02 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
tty03 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
com0 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
com1 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
|