1 # 2 # $NetBSD: ttys,v 1.11.8.1 1999/03/05 08:26:55 scottr Exp $ 3 # from: @(#)ttys 5.1 (Berkeley) 4/17/89 4 # 5 # name getty type status comments 6 # 7 # If the console is marked insecure, single-user requires 8 # the root password. 9 console "/usr/libexec/getty Pc" vt220 off secure 10 11 # Define the console that we actually run getty on. 12 ttye0 "/usr/libexec/getty Pc" vt220 on secure 13 ttyE0 "/usr/libexec/getty std.9600" vt100 off secure 14 15 # Hardwired lines are marked off, by default, so getty(8) 16 # is quiet when they don't exist. 17 tty00 "/usr/libexec/getty std.9600" unknown off secure 18 tty01 "/usr/libexec/getty std.9600" unknown off secure 19 tty02 "/usr/libexec/getty std.9600" unknown off secure 20 tty03 "/usr/libexec/getty std.9600" unknown off secure 21 tty04 "/usr/libexec/getty std.9600" unknown off secure 22 tty05 "/usr/libexec/getty std.9600" unknown off secure 23 tty06 "/usr/libexec/getty std.9600" unknown off secure 24 tty07 "/usr/libexec/getty std.9600" unknown off secure 25 26 ttyp0 none network 27 ttyp1 none network 28 ttyp2 none network 29 ttyp3 none network 30 ttyp4 none network 31 ttyp5 none network 32 ttyp6 none network 33 ttyp7 none network 34 ttyp8 none network 35 ttyp9 none network 36 ttypa none network 37 ttypb none network 38 ttypc none network 39 ttypd none network 40 ttype none network 41 ttypf none network 42 ttyq0 none network 43 ttyq1 none network 44 ttyq2 none network 45 ttyq3 none network 46 ttyq4 none network 47 ttyq5 none network 48 ttyq6 none network 49 ttyq7 none network 50 ttyq8 none network 51 ttyq9 none network 52 ttyqa none network 53 ttyqb none network 54 ttyqc none network 55 ttyqd none network 56 ttyqe none network 57 ttyqf none network 58