xref: /netbsd-src/etc/etc.mvme68k/ttys (revision 37c9f0a654f1f14465cded15c4577522438c5585)
1#	$NetBSD: ttys,v 1.8 2004/06/20 21:30:27 christos Exp $
2#	from: @(#)ttys	5.1 (Berkeley) 4/17/89
3#
4# name	getty				type	status		comments
5#
6# If the console is marked insecure, single-user requires
7# the root password.
8#
9# /dev/console is always valid, regardless of the board type.
10#
11console "/usr/libexec/getty Pc"		dumb	on secure
12
13#
14# Hardwired lines are marked off, by default, so getty(8)
15# is quiet when they don't exist.
16#
17# The first three would be used on MVME-147, MVME-162 and MVME-172
18#
19ttyZ1	"/usr/libexec/getty std.9600"	unknown off secure
20ttyZ2	"/usr/libexec/getty std.9600"	unknown off secure
21ttyZ3	"/usr/libexec/getty std.9600"	unknown off secure
22
23#
24# These three would be used on MVME-167 and MVME-177
25#
26ttyC1	"/usr/libexec/getty std.9600"	unknown off secure
27ttyC2	"/usr/libexec/getty std.9600"	unknown off secure
28ttyC3	"/usr/libexec/getty std.9600"	unknown off secure
29