[BACK]Return to ttys CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / etc.cobalt

Annotation of src/etc/etc.cobalt/ttys, Revision 1.9

1.1       soren       1: #
1.9     ! abs         2: #      $NetBSD: ttys,v 1.8 2008/03/27 15:26:39 tsutsui Exp $
1.1       soren       3: #
                      4: # name getty                           type    status          comments
                      5:
1.2       soren       6: # In normal operation, getty on the 'console' pseudo-device is disabled, and
                      7: # is enabled for the correct 'real' device (e.g. one of the serial ports).
                      8: # If the console is marked insecure, single-user requires the root password.
                      9:
                     10: # Console pseudo-device
1.6       dsl        11: console        "/usr/libexec/getty std.115200" vt100   off secure
1.9     ! abs        12: constty        "/usr/libexec/getty std.115200" vt100   off secure
1.1       soren      13:
1.2       soren      14: # Serial console port
1.1       soren      15: tty00  "/usr/libexec/getty std.115200" vt100   on secure
1.8       tsutsui    16: tty01  "/usr/libexec/getty std.115200" vt100   off secure
                     17: tty02  "/usr/libexec/getty std.115200" vt100   off secure
                     18: tty03  "/usr/libexec/getty std.115200" vt100   off secure
                     19:
                     20: ttyZ0  "/usr/libexec/getty std.115200" vt100   on secure
                     21: ttyZ1  "/usr/libexec/getty std.115200" vt100   off secure

CVSweb <webmaster@jp.NetBSD.org>