blob: 65fa74d9c68f6c7ced8ebb7b3d8e2c9b747b1767 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
#---------------------------------------------------------------------------
#
# @(#)ttys 5.1 (Berkeley) 4/17/89
#
# example /etc/ttys for pcvt 3.31
# -------------------------------
#
# FreeBSD 2.0.5-Release with entries for pcvt
#
# last edit-date: [Tue Sep 5 18:49:47 1995]
#
#---------------------------------------------------------------------------
#
# name getty type status comments
#
# This entry needed for asking password when init goes to single-user mode
# If you want to be asked for password, change "secure" to "insecure" here
console none unknown off secure
#
ttyv0 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv1 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv2 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv3 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv4 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv5 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv6 "/usr/libexec/getty Pc" pcvt25h off secure # syslog
ttyv7 "/usr/libexec/getty Pc" pcvt25h off secure # X11
# Serial terminals
ttyd1 "/usr/libexec/getty std.19200" unknown on # Modem
# Pseudo terminals
ttyp0 none network
ttyp1 none network
ttyp2 none network
ttyp3 none network
ttyp4 none network
ttyp5 none network
ttyp6 none network
ttyp7 none network
ttyp8 none network
ttyp9 none network
ttypa none network
ttypb none network
ttypc none network
ttypd none network
ttype none network
ttypf none network
ttypg none network
ttyph none network
ttypi none network
ttypj none network
ttypk none network
ttypl none network
ttypm none network
ttypn none network
ttypo none network
ttypp none network
ttypq none network
ttypr none network
ttyps none network
ttypt none network
ttypu none network
ttypv none network
#
# name getty type status comments
#----- ----------------------------- ------- ---------- --------------
#
# This entry needed for asking password when init goes to single-user mode
# If you want to be asked for password, change "secure" to "insecure" here
#
console none unknown off secure
#
# syscons
#
#ttyv0 "/usr/libexec/getty Pc" cons25 on secure
## Virtual terminals
#ttyv1 "/usr/libexec/getty Pc" cons25 on secure
#ttyv2 "/usr/libexec/getty Pc" cons25 on secure
#ttyv3 "/usr/libexec/getty Pc" cons25 off secure
#
# pcvt
#
ttyv0 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv1 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv2 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv3 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv4 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv5 "/usr/libexec/getty Pc" pcvt25h on secure
ttyv6 "/usr/libexec/getty Pc" pcvt25h off secure # syslog msgs
ttyv7 "/usr/libexec/getty Pc" pcvt25h off secure # used for X11
#
# Modem dialin/dialout port
#
ttyd1 "/usr/libexec/getty D19200" unknown on # T2500
#
# Hardwired ports
#
#tty00 "/usr/libexec/getty std.9600" unknown off secure # -N/C-
#tty02 "/usr/libexec/getty std.9600" unknown off secure # DCF77
#tty03 "/usr/libexec/getty std.9600" unknown off secure # Mouse
#
# Orig Hardwired terminals
#
#tty00 "/usr/libexec/getty std.9600" unknown off secure
#tty01 "/usr/libexec/getty std.9600" unknown off secure
#
# Orig Dialin terminals
#
#ttyd2 "/usr/libexec/getty std.9600" unknown off secure
#ttyd3 "/usr/libexec/getty std.9600" unknown off secure
#
# Pseudo terminals
#
ttyp0 none network
ttyp1 none network
ttyp2 none network
ttyp3 none network
ttyp4 none network
ttyp5 none network
ttyp6 none network
ttyp7 none network
ttyp8 none network
ttyp9 none network
ttypa none network
ttypb none network
ttypc none network
ttypd none network
ttype none network
ttypf none network
ttyq0 none network
ttyq1 none network
ttyq2 none network
ttyq3 none network
ttyq4 none network
ttyq5 none network
ttyq6 none network
ttyq7 none network
ttyq8 none network
ttyq9 none network
ttyqa none network
ttyqb none network
ttyqc none network
ttyqd none network
ttyqe none network
ttyqf none network
|