diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-02-03 03:06:56 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-02-03 03:06:56 +0000 |
commit | 5ff0d25885e8cdc59db16eea518ae323dfbfe766 (patch) | |
tree | 7bd33c7f4a9565c813e8aadb0a4014547bde5a96 /etc/etc.powerpc/ttys | |
parent | a274ec024b82d9922565678966b075c5f1c43743 (diff) |
Use the correct terminal entry for Openfirmware console.
Allows visual editors to be used.
Diffstat (limited to 'etc/etc.powerpc/ttys')
-rw-r--r-- | etc/etc.powerpc/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.powerpc/ttys b/etc/etc.powerpc/ttys index 1037c716e17..c0e3b15672a 100644 --- a/etc/etc.powerpc/ttys +++ b/etc/etc.powerpc/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.7 1998/09/27 04:26:54 rahnds Exp $ +# $OpenBSD: ttys,v 1.8 2000/02/03 03:06:55 rahnds Exp $ # # name getty type status comments # @@ -8,5 +8,5 @@ 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 +ttyo0 "/usr/libexec/getty std.9600" vt220 on secure ttyE0 "/usr/libexec/getty std.9600" unknown on secure |