diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 02:50:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-19 02:50:14 +0000 |
commit | 62af66bb174e81375a09744a8cbad3119c4ffebb (patch) | |
tree | c5fc09a5ed07764f5579aef5d8713ec7c41901d8 /etc/etc.hppa/ttys | |
parent | ad3f2ba06701e29a360d8d0dbfc4a9466971a476 (diff) |
add entries for C0 and D0
Diffstat (limited to 'etc/etc.hppa/ttys')
-rw-r--r-- | etc/etc.hppa/ttys | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/etc.hppa/ttys b/etc/etc.hppa/ttys index 98920f5f73f..54a2a1a03b0 100644 --- a/etc/etc.hppa/ttys +++ b/etc/etc.hppa/ttys @@ -1,14 +1,13 @@ # -# $OpenBSD: ttys,v 1.3 2002/10/01 20:49:49 mickey Exp $ +# $OpenBSD: ttys,v 1.4 2003/08/19 02:50:13 mickey Exp $ # # name getty type status comments # # If the console is marked insecure, single-user requires # the root password. console "/usr/libexec/getty Pc" vt220 on secure - -# Hardwired lines are marked off, by default, so getty(8) -# is quiet when they don't exist. +ttyC0 "/usr/libexec/getty std.9600" vt220 off secure +ttyD0 "/usr/libexec/getty std.9600" vt220 off secure 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 |