diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-02-19 13:17:03 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-02-19 13:17:03 +0000 |
| commit | 2a369b20d2eff7c456d7427f54a97f7249d7e002 (patch) | |
| tree | 38635a39b9e9ac65cdcd1936f3338102982353d8 /etc/ttys | |
| parent | d5b9fc6698ee42aa1b580ac42dd076e580659da2 (diff) | |
Notes
Diffstat (limited to 'etc/ttys')
| -rw-r--r-- | etc/ttys | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -4,13 +4,17 @@ # name getty type status comments # ttyv0 "/usr/libexec/getty Pc" pc3 on secure +# Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25 off secure ttyv2 "/usr/libexec/getty Pc" cons25 off secure ttyv3 "/usr/libexec/getty Pc" cons25 off secure +# Hardwired terminals tty00 "/usr/libexec/getty std.9600" unknown off secure tty01 "/usr/libexec/getty std.9600" unknown off secure -tty02 "/usr/libexec/getty std.9600" unknown off secure -tty03 "/usr/libexec/getty std.9600" unknown off secure +# Dialin terminals +ttyd2 "/usr/libexec/getty std.9600" unknown off secure +ttyd3 "/usr/libexec/getty std.9600" unknown off secure +# Pseudo terminals ttyp0 none network ttyp1 none network ttyp2 none network |
