ttys revision 1.1 1 # $NetBSD: ttys,v 1.1 2000/01/05 08:50:49 nisimura Exp $
2 #
3 # from: @(#)ttys 5.1 (Berkeley) 4/17/89
4 #
5 # name getty type status comments
6 #
7 # If the console is marked insecure, single-user requires
8 # the root password.
9 #
10 # /dev/console is always valid, regardless of the board type.
11 #
12 console "/usr/libexec/getty Pc" vt100 on secure
13
14 #
15 # Hardwired lines are marked off, by default, so getty(8)
16 # is quiet when they don't exist.
17 #
18 ttya "/usr/libexec/getty std.9600" unknown off secure
19
20 # Pseudo Terminals
21 ttyp0 none network
22 ttyp1 none network
23 ttyp2 none network
24 ttyp3 none network
25 ttyp4 none network
26 ttyp5 none network
27 ttyp6 none network
28 ttyp7 none network
29 ttyp8 none network
30 ttyp9 none network
31 ttypa none network
32 ttypb none network
33 ttypc none network
34 ttypd none network
35 ttype none network
36 ttypf none network
37 ttyq0 none network
38 ttyq1 none network
39 ttyq2 none network
40 ttyq3 none network
41 ttyq4 none network
42 ttyq5 none network
43 ttyq6 none network
44 ttyq7 none network
45 ttyq8 none network
46 ttyq9 none network
47 ttyqa none network
48 ttyqb none network
49 ttyqc none network
50 ttyqd none network
51 ttyqe none network
52 ttyqf none network
53