ttys revision 94929
189029Sjhb#
289029Sjhb# $FreeBSD: head/etc/etc.sparc64/ttys 94929 2002-04-17 10:42:41Z gerald $
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# Openfirmware console
3589029Sjhbofwcons	"/usr/libexec/getty std.9600"	vt100	on  secure
3689029Sjhb#
3789029Sjhb#ttyv0	"/usr/libexec/getty Pc"		cons25	on  secure
3889029Sjhb# Virtual terminals
3989029Sjhb#ttyv1	"/usr/libexec/getty Pc"		cons25	on  secure
4089029Sjhb#ttyv2	"/usr/libexec/getty Pc"		cons25	on  secure
4189029Sjhb#ttyv3	"/usr/libexec/getty Pc"		cons25	on  secure
4289029Sjhb#ttyv4	"/usr/libexec/getty Pc"		cons25	on  secure
4389029Sjhb#ttyv5	"/usr/libexec/getty Pc"		cons25	on  secure
4489029Sjhb#ttyv6	"/usr/libexec/getty Pc"		cons25	on  secure
4589029Sjhb#ttyv7	"/usr/libexec/getty Pc"		cons25	on  secure
4689029Sjhb#ttyv8	"/usr/X11R6/bin/xdm -nodaemon"	xterm	off secure
4789029Sjhb# Serial terminals
4889029Sjhb# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
4989029Sjhbttyd0	"/usr/libexec/getty std.9600"	dialup	off secure
5089029Sjhbttyd1	"/usr/libexec/getty std.9600"	dialup	off secure
5189029Sjhbttyd2	"/usr/libexec/getty std.9600"	dialup	off secure
5289029Sjhbttyd3	"/usr/libexec/getty std.9600"	dialup	off secure
5389029Sjhb# Pseudo terminals
5489029Sjhbttyp0	none			network
5589029Sjhbttyp1	none			network
5689029Sjhbttyp2	none			network
5789029Sjhbttyp3	none			network
5889029Sjhbttyp4	none			network
5989029Sjhbttyp5	none			network
6089029Sjhbttyp6	none			network
6189029Sjhbttyp7	none			network
6289029Sjhbttyp8	none			network
6389029Sjhbttyp9	none			network
6489029Sjhbttypa	none			network
6589029Sjhbttypb	none			network
6689029Sjhbttypc	none			network
6789029Sjhbttypd	none			network
6889029Sjhbttype	none			network
6989029Sjhbttypf	none			network
7089029Sjhbttypg	none			network
7189029Sjhbttyph	none			network
7289029Sjhbttypi	none			network
7389029Sjhbttypj	none			network
7489029Sjhbttypk	none			network
7589029Sjhbttypl	none			network
7689029Sjhbttypm	none			network
7789029Sjhbttypn	none			network
7889029Sjhbttypo	none			network
7989029Sjhbttypp	none			network
8089029Sjhbttypq	none			network
8189029Sjhbttypr	none			network
8289029Sjhbttyps	none			network
8389029Sjhbttypt	none			network
8489029Sjhbttypu	none			network
8589029Sjhbttypv	none			network
8689029Sjhbttyq0	none			network
8789029Sjhbttyq1	none			network
8889029Sjhbttyq2	none			network
8989029Sjhbttyq3	none			network
9089029Sjhbttyq4	none			network
9189029Sjhbttyq5	none			network
9289029Sjhbttyq6	none			network
9389029Sjhbttyq7	none			network
9489029Sjhbttyq8	none			network
9589029Sjhbttyq9	none			network
9689029Sjhbttyqa	none			network
9789029Sjhbttyqb	none			network
9889029Sjhbttyqc	none			network
9989029Sjhbttyqd	none			network
10089029Sjhbttyqe	none			network
10189029Sjhbttyqf	none			network
10289029Sjhbttyqg	none			network
10389029Sjhbttyqh	none			network
10489029Sjhbttyqi	none			network
10589029Sjhbttyqj	none			network
10689029Sjhbttyqk	none			network
10789029Sjhbttyql	none			network
10889029Sjhbttyqm	none			network
10989029Sjhbttyqn	none			network
11089029Sjhbttyqo	none			network
11189029Sjhbttyqp	none			network
11289029Sjhbttyqq	none			network
11389029Sjhbttyqr	none			network
11489029Sjhbttyqs	none			network
11589029Sjhbttyqt	none			network
11689029Sjhbttyqu	none			network
11789029Sjhbttyqv	none			network
11889029Sjhbttyr0	none			network
11989029Sjhbttyr1	none			network
12089029Sjhbttyr2	none			network
12189029Sjhbttyr3	none			network
12289029Sjhbttyr4	none			network
12389029Sjhbttyr5	none			network
12489029Sjhbttyr6	none			network
12589029Sjhbttyr7	none			network
12689029Sjhbttyr8	none			network
12789029Sjhbttyr9	none			network
12889029Sjhbttyra	none			network
12989029Sjhbttyrb	none			network
13089029Sjhbttyrc	none			network
13189029Sjhbttyrd	none			network
13289029Sjhbttyre	none			network
13389029Sjhbttyrf	none			network
13489029Sjhbttyrg	none			network
13589029Sjhbttyrh	none			network
13689029Sjhbttyri	none			network
13789029Sjhbttyrj	none			network
13889029Sjhbttyrk	none			network
13989029Sjhbttyrl	none			network
14089029Sjhbttyrm	none			network
14189029Sjhbttyrn	none			network
14289029Sjhbttyro	none			network
14389029Sjhbttyrp	none			network
14489029Sjhbttyrq	none			network
14589029Sjhbttyrr	none			network
14689029Sjhbttyrs	none			network
14789029Sjhbttyrt	none			network
14889029Sjhbttyru	none			network
14989029Sjhbttyrv	none			network
15089029Sjhbttys0	none			network
15189029Sjhbttys1	none			network
15289029Sjhbttys2	none			network
15389029Sjhbttys3	none			network
15489029Sjhbttys4	none			network
15589029Sjhbttys5	none			network
15689029Sjhbttys6	none			network
15789029Sjhbttys7	none			network
15889029Sjhbttys8	none			network
15989029Sjhbttys9	none			network
16089029Sjhbttysa	none			network
16189029Sjhbttysb	none			network
16289029Sjhbttysc	none			network
16389029Sjhbttysd	none			network
16489029Sjhbttyse	none			network
16589029Sjhbttysf	none			network
16689029Sjhbttysg	none			network
16789029Sjhbttysh	none			network
16889029Sjhbttysi	none			network
16989029Sjhbttysj	none			network
17089029Sjhbttysk	none			network
17189029Sjhbttysl	none			network
17289029Sjhbttysm	none			network
17389029Sjhbttysn	none			network
17489029Sjhbttyso	none			network
17589029Sjhbttysp	none			network
17689029Sjhbttysq	none			network
17789029Sjhbttysr	none			network
17889029Sjhbttyss	none			network
17989029Sjhbttyst	none			network
18089029Sjhbttysu	none			network
18189029Sjhbttysv	none			network
18289029SjhbttyP0	none			network
18389029SjhbttyP1	none			network
18489029SjhbttyP2	none			network
18589029SjhbttyP3	none			network
18689029SjhbttyP4	none			network
18789029SjhbttyP5	none			network
18889029SjhbttyP6	none			network
18989029SjhbttyP7	none			network
19089029SjhbttyP8	none			network
19189029SjhbttyP9	none			network
19289029SjhbttyPa	none			network
19389029SjhbttyPb	none			network
19489029SjhbttyPc	none			network
19589029SjhbttyPd	none			network
19689029SjhbttyPe	none			network
19789029SjhbttyPf	none			network
19889029SjhbttyPg	none			network
19989029SjhbttyPh	none			network
20089029SjhbttyPi	none			network
20189029SjhbttyPj	none			network
20289029SjhbttyPk	none			network
20389029SjhbttyPl	none			network
20489029SjhbttyPm	none			network
20589029SjhbttyPn	none			network
20689029SjhbttyPo	none			network
20789029SjhbttyPp	none			network
20889029SjhbttyPq	none			network
20989029SjhbttyPr	none			network
21089029SjhbttyPs	none			network
21189029SjhbttyPt	none			network
21289029SjhbttyPu	none			network
21389029SjhbttyPv	none			network
21489029SjhbttyQ0	none			network
21589029SjhbttyQ1	none			network
21689029SjhbttyQ2	none			network
21789029SjhbttyQ3	none			network
21889029SjhbttyQ4	none			network
21989029SjhbttyQ5	none			network
22089029SjhbttyQ6	none			network
22189029SjhbttyQ7	none			network
22289029SjhbttyQ8	none			network
22389029SjhbttyQ9	none			network
22489029SjhbttyQa	none			network
22589029SjhbttyQb	none			network
22689029SjhbttyQc	none			network
22789029SjhbttyQd	none			network
22889029SjhbttyQe	none			network
22989029SjhbttyQf	none			network
23089029SjhbttyQg	none			network
23189029SjhbttyQh	none			network
23289029SjhbttyQi	none			network
23389029SjhbttyQj	none			network
23489029SjhbttyQk	none			network
23589029SjhbttyQl	none			network
23689029SjhbttyQm	none			network
23789029SjhbttyQn	none			network
23889029SjhbttyQo	none			network
23989029SjhbttyQp	none			network
24089029SjhbttyQq	none			network
24189029SjhbttyQr	none			network
24289029SjhbttyQs	none			network
24389029SjhbttyQt	none			network
24489029SjhbttyQu	none			network
24589029SjhbttyQv	none			network
24689029SjhbttyR0	none			network
24789029SjhbttyR1	none			network
24889029SjhbttyR2	none			network
24989029SjhbttyR3	none			network
25089029SjhbttyR4	none			network
25189029SjhbttyR5	none			network
25289029SjhbttyR6	none			network
25389029SjhbttyR7	none			network
25489029SjhbttyR8	none			network
25589029SjhbttyR9	none			network
25689029SjhbttyRa	none			network
25789029SjhbttyRb	none			network
25889029SjhbttyRc	none			network
25989029SjhbttyRd	none			network
26089029SjhbttyRe	none			network
26189029SjhbttyRf	none			network
26289029SjhbttyRg	none			network
26389029SjhbttyRh	none			network
26489029SjhbttyRi	none			network
26589029SjhbttyRj	none			network
26689029SjhbttyRk	none			network
26789029SjhbttyRl	none			network
26889029SjhbttyRm	none			network
26989029SjhbttyRn	none			network
27089029SjhbttyRo	none			network
27189029SjhbttyRp	none			network
27289029SjhbttyRq	none			network
27389029SjhbttyRr	none			network
27489029SjhbttyRs	none			network
27589029SjhbttyRt	none			network
27689029SjhbttyRu	none			network
27789029SjhbttyRv	none			network
27889029SjhbttyS0	none			network
27989029SjhbttyS1	none			network
28089029SjhbttyS2	none			network
28189029SjhbttyS3	none			network
28289029SjhbttyS4	none			network
28389029SjhbttyS5	none			network
28489029SjhbttyS6	none			network
28589029SjhbttyS7	none			network
28689029SjhbttyS8	none			network
28789029SjhbttyS9	none			network
28889029SjhbttySa	none			network
28989029SjhbttySb	none			network
29089029SjhbttySc	none			network
29189029SjhbttySd	none			network
29289029SjhbttySe	none			network
29389029SjhbttySf	none			network
29489029SjhbttySg	none			network
29589029SjhbttySh	none			network
29689029SjhbttySi	none			network
29789029SjhbttySj	none			network
29889029SjhbttySk	none			network
29989029SjhbttySl	none			network
30089029SjhbttySm	none			network
30189029SjhbttySn	none			network
30289029SjhbttySo	none			network
30389029SjhbttySp	none			network
30489029SjhbttySq	none			network
30589029SjhbttySr	none			network
30689029SjhbttySs	none			network
30789029SjhbttySt	none			network
30889029SjhbttySu	none			network
30989029SjhbttySv	none			network
310