diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 23:33:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 23:33:09 +0000 |
commit | 0d4614513fb519579c3b230796ac670da96138a1 (patch) | |
tree | a2da48a4911a68365ffa29449e92d4ef28c458c0 /etc | |
parent | c2ac3f6cfccf0184b65e76b981b415354f820e4a (diff) |
insecure serial ttys, ttyo0 goes away
Diffstat (limited to 'etc')
-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 |