Annotation of elwix/config/etc/default/ttys, revision 1.1.1.1.6.1

1.1       misho       1: #
                      2: # $FreeBSD: src/etc/etc.i386/ttys,v 1.20 2010/01/27 11:54:42 ed Exp $
                      3: #      @(#)ttys        5.1 (Berkeley) 4/17/89
                      4: #
                      5: # This file specifies various information about terminals on the system.
                      6: # It is used by several different programs.  Common entries for the
                      7: # various columns include:
                      8: #
                      9: # name  The name of the terminal device.
                     10: #
                     11: # getty The program to start running on the terminal.  Typically a
                     12: #       getty program, as the name implies.  Other common entries
                     13: #       include none, when no getty is needed, and xdm, to start the
                     14: #       X Window System.
                     15: #
                     16: # type The initial terminal type for this port.  For hardwired
                     17: #      terminal lines, this will contain the type of terminal used.
                     18: #      For virtual consoles, the correct type is typically xterm.
                     19: #      Other common values include network for network connections on
                     20: #      pseudo-terminals, dialup for incoming modem ports, and unknown
                     21: #      when the terminal type cannot be predetermined.
                     22: #
                     23: # status Must be on or off.  If on, init will run the getty program on
                     24: #        the specified port.  If the word "secure" appears, this tty
                     25: #        allows root login.
                     26: #
                     27: # name getty                           type    status          comments
                     28: #
                     29: # If console is marked "insecure", then init will ask for the root password
                     30: # when going to single-user mode.
                     31: console        none                            unknown off secure
                     32: #
1.1.1.1.6.1! misho      33: ttyv0  "/sbin/getty Pc"                xterm   on  secure
1.1       misho      34: # Virtual terminals
1.1.1.1.6.1! misho      35: ttyv1  "/sbin/getty Pc"                xterm   off secure
        !            36: ttyv2  "/sbin/getty Pc"                xterm   off secure
        !            37: ttyv3  "/sbin/getty Pc"                xterm   off secure
        !            38: ttyv4  "/sbin/getty Pc"                xterm   off secure
        !            39: ttyv5  "/sbin/getty Pc"                xterm   off secure
        !            40: ttyv6  "/sbin/getty Pc"                xterm   off secure
        !            41: ttyv7  "/sbin/getty Pc"                xterm   off secure
1.1       misho      42: ttyv8  "/usr/local/bin/xdm -nodaemon"  xterm   off
                     43: # Serial terminals
                     44: # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
1.1.1.1.6.1! misho      45: #ttyU0 "/sbin/getty std.9600"          xterm   on  secure
        !            46: ttyu0  "/sbin/getty std.38400"         xterm   on  secure
        !            47: ttyu1  "/sbin/getty std.9600"          dialup  off secure
        !            48: ttyu2  "/sbin/getty std.9600"          dialup  off secure
        !            49: ttyu3  "/sbin/getty std.9600"          dialup  off secure
1.1       misho      50: # Dumb console
1.1.1.1.6.1! misho      51: dcons  "/sbin/getty std.9600"          vt100   off secure

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>