diff options
author | 2000-07-09 22:50:44 +0000 | |
---|---|---|
committer | 2000-07-09 22:50:44 +0000 | |
commit | 80d176faabcd046e5c59ee0ffa8496ea3dd951cf (patch) | |
tree | a703a07e7044b02eaf23995163aa3e3127bdb001 | |
parent | Many formatting fixes. (diff) | |
download | wireguard-openbsd-80d176faabcd046e5c59ee0ffa8496ea3dd951cf.tar.xz wireguard-openbsd-80d176faabcd046e5c59ee0ffa8496ea3dd951cf.zip |
Disable ttyE0 until powerpc is updated to the latest wscons.
-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 c0e3b15672a..b2625f48bd3 100644 --- a/etc/etc.powerpc/ttys +++ b/etc/etc.powerpc/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.8 2000/02/03 03:06:55 rahnds Exp $ +# $OpenBSD: ttys,v 1.9 2000/07/09 22:50:44 rahnds Exp $ # # name getty type status comments # @@ -9,4 +9,4 @@ 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" vt220 on secure -ttyE0 "/usr/libexec/getty std.9600" unknown on secure +ttyE0 "/usr/libexec/getty std.9600" unknown off secure |