ttys revision 155323
12311Sjkh#
22311Sjkh# $FreeBSD: head/etc/etc.sparc64/ttys 155323 2006-02-04 23:30:09Z marius $
32311Sjkh#	@(#)ttys	5.1 (Berkeley) 4/17/89
42311Sjkh#
52311Sjkh# This file specifies various information about terminals on the system.
62311Sjkh# It is used by several different programs.  Common entries for the
72311Sjkh# various columns include:
82311Sjkh#
92311Sjkh# name  The name of the terminal device.
102311Sjkh#
112311Sjkh# getty The program to start running on the terminal.  Typically a
122311Sjkh#       getty program, as the name implies.  Other common entries
132311Sjkh#       include none, when no getty is needed, and xdm, to start the
142311Sjkh#       X Window System.
152311Sjkh#
162311Sjkh# type The initial terminal type for this port.  For hardwired
172311Sjkh#      terminal lines, this will contain the type of terminal used.
182311Sjkh#      For virtual consoles, the correct type is typically cons25, but
1929452Scharnier#      vt220 will work better if you need interoperability with other
2050479Speter#      systems like Solaris or GNU/Linux.
212311Sjkh#      Other common values include network for network connections on
222311Sjkh#      pseudo-terminals, dialup for incoming modem ports, and unknown
232311Sjkh#      when the terminal type cannot be predetermined.
242311Sjkh#
252311Sjkh# status Must be on or off.  If on, init will run the getty program on
262311Sjkh#        the specified port.  If the word "secure" appears, this tty
272311Sjkh#        allows root login.
282311Sjkh#
292311Sjkh# name	getty				type	status		comments
302311Sjkh#
312311Sjkh# If console is marked "insecure", then init will ask for the root password
322311Sjkh# when going to single-user mode.
332311Sjkhconsole	none				unknown	off secure
342311Sjkh# ofw_console(4)
352311Sjkhscreen	"/usr/libexec/getty Pc"		vt100	off secure
3629452Scharnierttya	"/usr/libexec/getty 3wire.9600"	vt100	off secure
372311Sjkhttyb	"/usr/libexec/getty 3wire.9600"	vt100	off secure
382311Sjkh# sab(4)
392311Sjkhttyz0	"/usr/libexec/getty 3wire.9600"	vt100	off secure
402311Sjkhttyz1	"/usr/libexec/getty 3wire.9600"	vt100	off secure
412311Sjkh# syscons(4)
422311Sjkhttyv0	"/usr/libexec/getty Pc"		cons25	on  secure
432311Sjkh# Virtual terminals
442311Sjkhttyv1	"/usr/libexec/getty Pc"		cons25	on  secure
452311Sjkhttyv2	"/usr/libexec/getty Pc"		cons25	on  secure
462311Sjkhttyv3	"/usr/libexec/getty Pc"		cons25	on  secure
472311Sjkhttyv4	"/usr/libexec/getty Pc"		cons25	on  secure
482311Sjkhttyv5	"/usr/libexec/getty Pc"		cons25	on  secure
492311Sjkhttyv6	"/usr/libexec/getty Pc"		cons25	on  secure
502311Sjkhttyv7	"/usr/libexec/getty Pc"		cons25	on  secure
512311Sjkhttyv8	"/usr/X11R6/bin/xdm -nodaemon"	xterm	off secure
522311Sjkh# Serial terminals
532311Sjkh# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
542311Sjkh# uart(4)
552311Sjkhttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
562311Sjkhttyu1	"/usr/libexec/getty std.9600"	vt100	on  secure
572311Sjkhttyu2	"/usr/libexec/getty std.9600"	vt100	on  secure
582311Sjkhttyu3	"/usr/libexec/getty std.9600"	vt100	off secure
592311Sjkh# Dumb console
602311Sjkhdcons	"/usr/libexec/getty std.9600"	vt100	off secure
612311Sjkh# Pseudo terminals
622311Sjkhttyp0	none			network
632311Sjkhttyp1	none			network
642311Sjkhttyp2	none			network
652311Sjkhttyp3	none			network
662311Sjkhttyp4	none			network
672311Sjkhttyp5	none			network
682311Sjkhttyp6	none			network
692311Sjkhttyp7	none			network
702311Sjkhttyp8	none			network
712311Sjkhttyp9	none			network
722311Sjkhttypa	none			network
732311Sjkhttypb	none			network
742311Sjkhttypc	none			network
752311Sjkhttypd	none			network
762311Sjkhttype	none			network
772311Sjkhttypf	none			network
782311Sjkhttypg	none			network
792311Sjkhttyph	none			network
802311Sjkhttypi	none			network
812311Sjkhttypj	none			network
822311Sjkhttypk	none			network
832311Sjkhttypl	none			network
842311Sjkhttypm	none			network
852311Sjkhttypn	none			network
862311Sjkhttypo	none			network
872311Sjkhttypp	none			network
882311Sjkhttypq	none			network
892311Sjkhttypr	none			network
902311Sjkhttyps	none			network
912311Sjkhttypt	none			network
922311Sjkhttypu	none			network
932311Sjkhttypv	none			network
942311Sjkhttyq0	none			network
952311Sjkhttyq1	none			network
962311Sjkhttyq2	none			network
972311Sjkhttyq3	none			network
982311Sjkhttyq4	none			network
992311Sjkhttyq5	none			network
1002311Sjkhttyq6	none			network
1012311Sjkhttyq7	none			network
1022311Sjkhttyq8	none			network
1032311Sjkhttyq9	none			network
1042311Sjkhttyqa	none			network
1052311Sjkhttyqb	none			network
1062311Sjkhttyqc	none			network
1072311Sjkhttyqd	none			network
1082311Sjkhttyqe	none			network
1092311Sjkhttyqf	none			network
1102311Sjkhttyqg	none			network
1112311Sjkhttyqh	none			network
1122311Sjkhttyqi	none			network
1132311Sjkhttyqj	none			network
1142311Sjkhttyqk	none			network
1152311Sjkhttyql	none			network
1162311Sjkhttyqm	none			network
1172311Sjkhttyqn	none			network
1182311Sjkhttyqo	none			network
1192311Sjkhttyqp	none			network
1202311Sjkhttyqq	none			network
1212311Sjkhttyqr	none			network
1222311Sjkhttyqs	none			network
1232311Sjkhttyqt	none			network
1242311Sjkhttyqu	none			network
1252311Sjkhttyqv	none			network
1262311Sjkhttyr0	none			network
1272311Sjkhttyr1	none			network
1282311Sjkhttyr2	none			network
1292311Sjkhttyr3	none			network
1302311Sjkhttyr4	none			network
1312311Sjkhttyr5	none			network
1322311Sjkhttyr6	none			network
1332311Sjkhttyr7	none			network
1342311Sjkhttyr8	none			network
1352311Sjkhttyr9	none			network
1362311Sjkhttyra	none			network
1372311Sjkhttyrb	none			network
1382311Sjkhttyrc	none			network
1392311Sjkhttyrd	none			network
1402311Sjkhttyre	none			network
1412311Sjkhttyrf	none			network
1422311Sjkhttyrg	none			network
1432311Sjkhttyrh	none			network
1442311Sjkhttyri	none			network
1452311Sjkhttyrj	none			network
1462311Sjkhttyrk	none			network
1472311Sjkhttyrl	none			network
1482311Sjkhttyrm	none			network
1492311Sjkhttyrn	none			network
1502311Sjkhttyro	none			network
1512311Sjkhttyrp	none			network
1522311Sjkhttyrq	none			network
1532311Sjkhttyrr	none			network
1542311Sjkhttyrs	none			network
1552311Sjkhttyrt	none			network
1562311Sjkhttyru	none			network
1572311Sjkhttyrv	none			network
1582311Sjkhttys0	none			network
1592311Sjkhttys1	none			network
1602311Sjkhttys2	none			network
1612311Sjkhttys3	none			network
1622311Sjkhttys4	none			network
1632311Sjkhttys5	none			network
1642311Sjkhttys6	none			network
1652311Sjkhttys7	none			network
1662311Sjkhttys8	none			network
1672311Sjkhttys9	none			network
1682311Sjkhttysa	none			network
1692311Sjkhttysb	none			network
1702311Sjkhttysc	none			network
1712311Sjkhttysd	none			network
1722311Sjkhttyse	none			network
1732311Sjkhttysf	none			network
1742311Sjkhttysg	none			network
1752311Sjkhttysh	none			network
1762311Sjkhttysi	none			network
1772311Sjkhttysj	none			network
1782311Sjkhttysk	none			network
17929452Scharnierttysl	none			network
18029452Scharnierttysm	none			network
1812311Sjkhttysn	none			network
18229452Scharnierttyso	none			network
18329452Scharnierttysp	none			network
1842311Sjkhttysq	none			network
1852311Sjkhttysr	none			network
1862311Sjkhttyss	none			network
1872311Sjkhttyst	none			network
1882311Sjkhttysu	none			network
1892311Sjkhttysv	none			network
1902311SjkhttyP0	none			network
1912311SjkhttyP1	none			network
1922311SjkhttyP2	none			network
1932311SjkhttyP3	none			network
1942311SjkhttyP4	none			network
1952311SjkhttyP5	none			network
19629452ScharnierttyP6	none			network
1972311SjkhttyP7	none			network
19829452ScharnierttyP8	none			network
1992311SjkhttyP9	none			network
2002311SjkhttyPa	none			network
20129452ScharnierttyPb	none			network
2022311SjkhttyPc	none			network
2032311SjkhttyPd	none			network
20429452ScharnierttyPe	none			network
20529452ScharnierttyPf	none			network
20629452ScharnierttyPg	none			network
20729452ScharnierttyPh	none			network
2082311SjkhttyPi	none			network
2092311SjkhttyPj	none			network
2102311SjkhttyPk	none			network
2112311SjkhttyPl	none			network
21229452ScharnierttyPm	none			network
2132311SjkhttyPn	none			network
21429452ScharnierttyPo	none			network
2152311SjkhttyPp	none			network
2162311SjkhttyPq	none			network
21729452ScharnierttyPr	none			network
2182311SjkhttyPs	none			network
2192311SjkhttyPt	none			network
22029452ScharnierttyPu	none			network
22129452ScharnierttyPv	none			network
2222311SjkhttyQ0	none			network
2232311SjkhttyQ1	none			network
2242311SjkhttyQ2	none			network
2252311SjkhttyQ3	none			network
2262311SjkhttyQ4	none			network
2272311SjkhttyQ5	none			network
2282311SjkhttyQ6	none			network
2292311SjkhttyQ7	none			network
2302311SjkhttyQ8	none			network
2312311SjkhttyQ9	none			network
2322311SjkhttyQa	none			network
2332311SjkhttyQb	none			network
2342311SjkhttyQc	none			network
2352311SjkhttyQd	none			network
2362311SjkhttyQe	none			network
2372311SjkhttyQf	none			network
2382311SjkhttyQg	none			network
2392311SjkhttyQh	none			network
2402311SjkhttyQi	none			network
2412311SjkhttyQj	none			network
2422311SjkhttyQk	none			network
2432311SjkhttyQl	none			network
2442311SjkhttyQm	none			network
2452311SjkhttyQn	none			network
2462311SjkhttyQo	none			network
2472311SjkhttyQp	none			network
2482311SjkhttyQq	none			network
2492311SjkhttyQr	none			network
2502311SjkhttyQs	none			network
2512311SjkhttyQt	none			network
2522311SjkhttyQu	none			network
2532311SjkhttyQv	none			network
2542311SjkhttyR0	none			network
2552311SjkhttyR1	none			network
2562311SjkhttyR2	none			network
2572311SjkhttyR3	none			network
25829452ScharnierttyR4	none			network
2592311SjkhttyR5	none			network
2602311SjkhttyR6	none			network
2612311SjkhttyR7	none			network
2622311SjkhttyR8	none			network
2632311SjkhttyR9	none			network
2642311SjkhttyRa	none			network
2652311SjkhttyRb	none			network
2662311SjkhttyRc	none			network
2672311SjkhttyRd	none			network
26829452ScharnierttyRe	none			network
2692311SjkhttyRf	none			network
2702311SjkhttyRg	none			network
2712311SjkhttyRh	none			network
2722311SjkhttyRi	none			network
2732311SjkhttyRj	none			network
2742311SjkhttyRk	none			network
2752311SjkhttyRl	none			network
2762311SjkhttyRm	none			network
2772311SjkhttyRn	none			network
2782311SjkhttyRo	none			network
2792311SjkhttyRp	none			network
2802311SjkhttyRq	none			network
2812311SjkhttyRr	none			network
2822311SjkhttyRs	none			network
2832311SjkhttyRt	none			network
2842311SjkhttyRu	none			network
2852311SjkhttyRv	none			network
2862311SjkhttyS0	none			network
2872311SjkhttyS1	none			network
2882311SjkhttyS2	none			network
2892311SjkhttyS3	none			network
2902311SjkhttyS4	none			network
2912311SjkhttyS5	none			network
2922311SjkhttyS6	none			network
2932311SjkhttyS7	none			network
2942311SjkhttyS8	none			network
2952311SjkhttyS9	none			network
2962311SjkhttySa	none			network
2972311SjkhttySb	none			network
2982311SjkhttySc	none			network
2992311SjkhttySd	none			network
3002311SjkhttySe	none			network
3012311SjkhttySf	none			network
3022311SjkhttySg	none			network
3032311SjkhttySh	none			network
3042311SjkhttySi	none			network
3052311SjkhttySj	none			network
3062311SjkhttySk	none			network
3072311SjkhttySl	none			network
3082311SjkhttySm	none			network
3092311SjkhttySn	none			network
3102311SjkhttySo	none			network
3112311SjkhttySp	none			network
3122311SjkhttySq	none			network
3132311SjkhttySr	none			network
3142311SjkhttySs	none			network
3152311SjkhttySt	none			network
3162311SjkhttySu	none			network
3172311SjkhttySv	none			network
3182311Sjkh