blob: 31deb8d210d6b1bfc1b43e78c34f12b0c891ae37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# @(#)ttys 5.1 (Berkeley) 4/17/89
# $NetBSD: ttys,v 1.6 2008/10/07 10:00:02 abs Exp $
#
# name getty type status comments
#
# Note: the console redirects to one of: kd, ttya, ttyb
console "/usr/libexec/getty suncons" unknown off secure
constty "/usr/libexec/getty suncons" unknown off secure
kd "/usr/libexec/getty suncons" sun on secure
ttya "/usr/libexec/getty std.9600" unknown on secure
ttyb "/usr/libexec/getty std.9600" unknown off secure
ttyc "/usr/libexec/getty std.9600" unknown off secure
ttyd "/usr/libexec/getty std.9600" unknown off secure
ttye "/usr/libexec/getty std.9600" unknown off secure
ttyf "/usr/libexec/getty std.9600" unknown off secure
ttyg "/usr/libexec/getty std.9600" unknown off secure
ttyh "/usr/libexec/getty std.9600" unknown off secure
ttyi "/usr/libexec/getty std.9600" unknown off secure
ttyj "/usr/libexec/getty std.9600" unknown off secure
|