ttys revision 143311
189029Sjhb#
289029Sjhb# $FreeBSD: head/etc/etc.sparc64/ttys 143311 2005-03-09 03:57:08Z obrien $
389029Sjhb#	@(#)ttys	5.1 (Berkeley) 4/17/89
489029Sjhb#
589029Sjhb# This file specifies various information about terminals on the system.
689029Sjhb# It is used by several different programs.  Common entries for the
789029Sjhb# various columns include:
889029Sjhb#
989029Sjhb# name  The name of the terminal device.
1089029Sjhb#
1189029Sjhb# getty The program to start running on the terminal.  Typically a
1289029Sjhb#       getty program, as the name implies.  Other common entries
1389029Sjhb#       include none, when no getty is needed, and xdm, to start the
1489029Sjhb#       X Window System.
1589029Sjhb#
1689029Sjhb# type The initial terminal type for this port.  For hardwired
1789029Sjhb#      terminal lines, this will contain the type of terminal used.
1894929Sgerald#      For virtual consoles, the correct type is typically cons25, but
1994929Sgerald#      vt220 will work better if you need interoperability with other
2094929Sgerald#      systems like Solaris or GNU/Linux.
2194929Sgerald#      Other common values include network for network connections on
2289029Sjhb#      pseudo-terminals, dialup for incoming modem ports, and unknown
2389029Sjhb#      when the terminal type cannot be predetermined.
2489029Sjhb#
2589029Sjhb# status Must be on or off.  If on, init will run the getty program on
2689029Sjhb#        the specified port.  If the word "secure" appears, this tty
2789029Sjhb#        allows root login.
2889029Sjhb#
2989029Sjhb# name	getty				type	status		comments
3089029Sjhb#
3189029Sjhb# If console is marked "insecure", then init will ask for the root password
3289029Sjhb# when going to single-user mode.
3389029Sjhbconsole	none				unknown	off secure
3489029Sjhb#
35143311Sobrienscreen	"/usr/libexec/getty Pc"		vt100	on  secure
36143311Sobrienttya	"/usr/libexec/getty 3wire.9600"	vt100	off secure
37143311Sobrienttyb	"/usr/libexec/getty 3wire.9600"	vt100	off secure
38143311Sobrienttyz0	"/usr/libexec/getty 3wire.9600"	vt100	off secure
39143311Sobrienttyz1	"/usr/libexec/getty 3wire.9600"	vt100	off secure
40109921Sjake#
4189029Sjhb#ttyv0	"/usr/libexec/getty Pc"		cons25	on  secure
4289029Sjhb# Virtual terminals
4389029Sjhb#ttyv1	"/usr/libexec/getty Pc"		cons25	on  secure
4489029Sjhb#ttyv2	"/usr/libexec/getty Pc"		cons25	on  secure
4589029Sjhb#ttyv3	"/usr/libexec/getty Pc"		cons25	on  secure
4689029Sjhb#ttyv4	"/usr/libexec/getty Pc"		cons25	on  secure
4789029Sjhb#ttyv5	"/usr/libexec/getty Pc"		cons25	on  secure
4889029Sjhb#ttyv6	"/usr/libexec/getty Pc"		cons25	on  secure
4989029Sjhb#ttyv7	"/usr/libexec/getty Pc"		cons25	on  secure
5089029Sjhb#ttyv8	"/usr/X11R6/bin/xdm -nodaemon"	xterm	off secure
5189029Sjhb# Serial terminals
5289029Sjhb# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
53136108Skensmith# Requires device 'uart' be enabled.
54141034Smarcelttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
55141034Smarcelttyu1	"/usr/libexec/getty std.9600"	vt100	on  secure
56119972Sjakettyu2	"/usr/libexec/getty std.9600"	vt100	off secure
57119972Sjakettyu3	"/usr/libexec/getty std.9600"	vt100	off secure
58121468Ssimokawa# Dumb console
59121468Ssimokawadcons	"/usr/libexec/getty std.9600"	vt100	off secure
6089029Sjhb# Pseudo terminals
6189029Sjhbttyp0	none			network
6289029Sjhbttyp1	none			network
6389029Sjhbttyp2	none			network
6489029Sjhbttyp3	none			network
6589029Sjhbttyp4	none			network
6689029Sjhbttyp5	none			network
6789029Sjhbttyp6	none			network
6889029Sjhbttyp7	none			network
6989029Sjhbttyp8	none			network
7089029Sjhbttyp9	none			network
7189029Sjhbttypa	none			network
7289029Sjhbttypb	none			network
7389029Sjhbttypc	none			network
7489029Sjhbttypd	none			network
7589029Sjhbttype	none			network
7689029Sjhbttypf	none			network
7789029Sjhbttypg	none			network
7889029Sjhbttyph	none			network
7989029Sjhbttypi	none			network
8089029Sjhbttypj	none			network
8189029Sjhbttypk	none			network
8289029Sjhbttypl	none			network
8389029Sjhbttypm	none			network
8489029Sjhbttypn	none			network
8589029Sjhbttypo	none			network
8689029Sjhbttypp	none			network
8789029Sjhbttypq	none			network
8889029Sjhbttypr	none			network
8989029Sjhbttyps	none			network
9089029Sjhbttypt	none			network
9189029Sjhbttypu	none			network
9289029Sjhbttypv	none			network
9389029Sjhbttyq0	none			network
9489029Sjhbttyq1	none			network
9589029Sjhbttyq2	none			network
9689029Sjhbttyq3	none			network
9789029Sjhbttyq4	none			network
9889029Sjhbttyq5	none			network
9989029Sjhbttyq6	none			network
10089029Sjhbttyq7	none			network
10189029Sjhbttyq8	none			network
10289029Sjhbttyq9	none			network
10389029Sjhbttyqa	none			network
10489029Sjhbttyqb	none			network
10589029Sjhbttyqc	none			network
10689029Sjhbttyqd	none			network
10789029Sjhbttyqe	none			network
10889029Sjhbttyqf	none			network
10989029Sjhbttyqg	none			network
11089029Sjhbttyqh	none			network
11189029Sjhbttyqi	none			network
11289029Sjhbttyqj	none			network
11389029Sjhbttyqk	none			network
11489029Sjhbttyql	none			network
11589029Sjhbttyqm	none			network
11689029Sjhbttyqn	none			network
11789029Sjhbttyqo	none			network
11889029Sjhbttyqp	none			network
11989029Sjhbttyqq	none			network
12089029Sjhbttyqr	none			network
12189029Sjhbttyqs	none			network
12289029Sjhbttyqt	none			network
12389029Sjhbttyqu	none			network
12489029Sjhbttyqv	none			network
12589029Sjhbttyr0	none			network
12689029Sjhbttyr1	none			network
12789029Sjhbttyr2	none			network
12889029Sjhbttyr3	none			network
12989029Sjhbttyr4	none			network
13089029Sjhbttyr5	none			network
13189029Sjhbttyr6	none			network
13289029Sjhbttyr7	none			network
13389029Sjhbttyr8	none			network
13489029Sjhbttyr9	none			network
13589029Sjhbttyra	none			network
13689029Sjhbttyrb	none			network
13789029Sjhbttyrc	none			network
13889029Sjhbttyrd	none			network
13989029Sjhbttyre	none			network
14089029Sjhbttyrf	none			network
14189029Sjhbttyrg	none			network
14289029Sjhbttyrh	none			network
14389029Sjhbttyri	none			network
14489029Sjhbttyrj	none			network
14589029Sjhbttyrk	none			network
14689029Sjhbttyrl	none			network
14789029Sjhbttyrm	none			network
14889029Sjhbttyrn	none			network
14989029Sjhbttyro	none			network
15089029Sjhbttyrp	none			network
15189029Sjhbttyrq	none			network
15289029Sjhbttyrr	none			network
15389029Sjhbttyrs	none			network
15489029Sjhbttyrt	none			network
15589029Sjhbttyru	none			network
15689029Sjhbttyrv	none			network
15789029Sjhbttys0	none			network
15889029Sjhbttys1	none			network
15989029Sjhbttys2	none			network
16089029Sjhbttys3	none			network
16189029Sjhbttys4	none			network
16289029Sjhbttys5	none			network
16389029Sjhbttys6	none			network
16489029Sjhbttys7	none			network
16589029Sjhbttys8	none			network
16689029Sjhbttys9	none			network
16789029Sjhbttysa	none			network
16889029Sjhbttysb	none			network
16989029Sjhbttysc	none			network
17089029Sjhbttysd	none			network
17189029Sjhbttyse	none			network
17289029Sjhbttysf	none			network
17389029Sjhbttysg	none			network
17489029Sjhbttysh	none			network
17589029Sjhbttysi	none			network
17689029Sjhbttysj	none			network
17789029Sjhbttysk	none			network
17889029Sjhbttysl	none			network
17989029Sjhbttysm	none			network
18089029Sjhbttysn	none			network
18189029Sjhbttyso	none			network
18289029Sjhbttysp	none			network
18389029Sjhbttysq	none			network
18489029Sjhbttysr	none			network
18589029Sjhbttyss	none			network
18689029Sjhbttyst	none			network
18789029Sjhbttysu	none			network
18889029Sjhbttysv	none			network
18989029SjhbttyP0	none			network
19089029SjhbttyP1	none			network
19189029SjhbttyP2	none			network
19289029SjhbttyP3	none			network
19389029SjhbttyP4	none			network
19489029SjhbttyP5	none			network
19589029SjhbttyP6	none			network
19689029SjhbttyP7	none			network
19789029SjhbttyP8	none			network
19889029SjhbttyP9	none			network
19989029SjhbttyPa	none			network
20089029SjhbttyPb	none			network
20189029SjhbttyPc	none			network
20289029SjhbttyPd	none			network
20389029SjhbttyPe	none			network
20489029SjhbttyPf	none			network
20589029SjhbttyPg	none			network
20689029SjhbttyPh	none			network
20789029SjhbttyPi	none			network
20889029SjhbttyPj	none			network
20989029SjhbttyPk	none			network
21089029SjhbttyPl	none			network
21189029SjhbttyPm	none			network
21289029SjhbttyPn	none			network
21389029SjhbttyPo	none			network
21489029SjhbttyPp	none			network
21589029SjhbttyPq	none			network
21689029SjhbttyPr	none			network
21789029SjhbttyPs	none			network
21889029SjhbttyPt	none			network
21989029SjhbttyPu	none			network
22089029SjhbttyPv	none			network
22189029SjhbttyQ0	none			network
22289029SjhbttyQ1	none			network
22389029SjhbttyQ2	none			network
22489029SjhbttyQ3	none			network
22589029SjhbttyQ4	none			network
22689029SjhbttyQ5	none			network
22789029SjhbttyQ6	none			network
22889029SjhbttyQ7	none			network
22989029SjhbttyQ8	none			network
23089029SjhbttyQ9	none			network
23189029SjhbttyQa	none			network
23289029SjhbttyQb	none			network
23389029SjhbttyQc	none			network
23489029SjhbttyQd	none			network
23589029SjhbttyQe	none			network
23689029SjhbttyQf	none			network
23789029SjhbttyQg	none			network
23889029SjhbttyQh	none			network
23989029SjhbttyQi	none			network
24089029SjhbttyQj	none			network
24189029SjhbttyQk	none			network
24289029SjhbttyQl	none			network
24389029SjhbttyQm	none			network
24489029SjhbttyQn	none			network
24589029SjhbttyQo	none			network
24689029SjhbttyQp	none			network
24789029SjhbttyQq	none			network
24889029SjhbttyQr	none			network
24989029SjhbttyQs	none			network
25089029SjhbttyQt	none			network
25189029SjhbttyQu	none			network
25289029SjhbttyQv	none			network
25389029SjhbttyR0	none			network
25489029SjhbttyR1	none			network
25589029SjhbttyR2	none			network
25689029SjhbttyR3	none			network
25789029SjhbttyR4	none			network
25889029SjhbttyR5	none			network
25989029SjhbttyR6	none			network
26089029SjhbttyR7	none			network
26189029SjhbttyR8	none			network
26289029SjhbttyR9	none			network
26389029SjhbttyRa	none			network
26489029SjhbttyRb	none			network
26589029SjhbttyRc	none			network
26689029SjhbttyRd	none			network
26789029SjhbttyRe	none			network
26889029SjhbttyRf	none			network
26989029SjhbttyRg	none			network
27089029SjhbttyRh	none			network
27189029SjhbttyRi	none			network
27289029SjhbttyRj	none			network
27389029SjhbttyRk	none			network
27489029SjhbttyRl	none			network
27589029SjhbttyRm	none			network
27689029SjhbttyRn	none			network
27789029SjhbttyRo	none			network
27889029SjhbttyRp	none			network
27989029SjhbttyRq	none			network
28089029SjhbttyRr	none			network
28189029SjhbttyRs	none			network
28289029SjhbttyRt	none			network
28389029SjhbttyRu	none			network
28489029SjhbttyRv	none			network
28589029SjhbttyS0	none			network
28689029SjhbttyS1	none			network
28789029SjhbttyS2	none			network
28889029SjhbttyS3	none			network
28989029SjhbttyS4	none			network
29089029SjhbttyS5	none			network
29189029SjhbttyS6	none			network
29289029SjhbttyS7	none			network
29389029SjhbttyS8	none			network
29489029SjhbttyS9	none			network
29589029SjhbttySa	none			network
29689029SjhbttySb	none			network
29789029SjhbttySc	none			network
29889029SjhbttySd	none			network
29989029SjhbttySe	none			network
30089029SjhbttySf	none			network
30189029SjhbttySg	none			network
30289029SjhbttySh	none			network
30389029SjhbttySi	none			network
30489029SjhbttySj	none			network
30589029SjhbttySk	none			network
30689029SjhbttySl	none			network
30789029SjhbttySm	none			network
30889029SjhbttySn	none			network
30989029SjhbttySo	none			network
31089029SjhbttySp	none			network
31189029SjhbttySq	none			network
31289029SjhbttySr	none			network
31389029SjhbttySs	none			network
31489029SjhbttySt	none			network
31589029SjhbttySu	none			network
31689029SjhbttySv	none			network
317