diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-24 04:27:27 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-24 04:27:27 +0000 |
commit | 854931deedb6d54d5e29c0b1ef5488cd1cf926be (patch) | |
tree | b602a5ec72d790e31ee649a33ddd2a2312401fdf /etc | |
parent | f323fc878436aa461bdd261a3ae871165a28edfa (diff) |
support tty02 and tty03 if present.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.powerpc/ttys | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.powerpc/ttys b/etc/etc.powerpc/ttys index 1e5397b8373..baa2f4523bd 100644 --- a/etc/etc.powerpc/ttys +++ b/etc/etc.powerpc/ttys @@ -1,9 +1,11 @@ # -# $OpenBSD: ttys,v 1.5 1998/05/29 04:22:22 rahnds Exp $ +# $OpenBSD: ttys,v 1.6 1998/09/24 04:27:26 rahnds Exp $ # # name getty type status comments # console "/usr/libexec/getty std.9600" unknown off secure tty00 "/usr/libexec/getty std.9600" unknown on 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 on secure ttyo0 "/usr/libexec/getty std.9600" unknown on secure |