diff options
author | 2001-01-30 23:33:08 +0000 | |
---|---|---|
committer | 2001-01-30 23:33:08 +0000 | |
commit | 42cd6fafbc687567543685fb4d65e98b652d67d3 (patch) | |
tree | 8e2bc57934b038227f25383a8e54ab1ea3c70ecb | |
parent | Make warning message a little more consistent. ok markus@ (diff) | |
download | wireguard-openbsd-42cd6fafbc687567543685fb4d65e98b652d67d3.tar.xz wireguard-openbsd-42cd6fafbc687567543685fb4d65e98b652d67d3.zip |
insecure serial ttys, ttyo0 goes away
-rw-r--r-- | etc/etc.powerpc/ttys | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/etc/etc.powerpc/ttys b/etc/etc.powerpc/ttys index 463c6b6a727..637ba38a8ee 100644 --- a/etc/etc.powerpc/ttys +++ b/etc/etc.powerpc/ttys @@ -1,12 +1,11 @@ # -# $OpenBSD: ttys,v 1.11 2001/01/30 08:34:09 deraadt Exp $ +# $OpenBSD: ttys,v 1.12 2001/01/30 23:33:08 deraadt 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 off secure -ttyo0 "/usr/libexec/getty std.9600" vt220 off secure +tty01 "/usr/libexec/getty std.9600" unknown off +tty02 "/usr/libexec/getty std.9600" unknown off +tty03 "/usr/libexec/getty std.9600" unknown off ttyC0 "/usr/libexec/getty std.9600" vt100 on secure |