diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-17 05:42:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-17 05:42:44 +0000 |
commit | 9cb9c0279ee0c032eba289cf940174d64ef0b4de (patch) | |
tree | b70f85553c9cd2a265634abbe9ee4c507c00376f | |
parent | c50a22a187e50e4bdb2a6093a745cc591e1454e0 (diff) |
do not screw with mice; from dm
-rw-r--r-- | etc/etc.i386/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index ffa78043c8b..51c2b63d9f7 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,6 +1,6 @@ # # from: @(#)ttys 5.1 (Berkeley) 4/17/89 -# $Id: ttys,v 1.4 1996/08/09 00:25:03 deraadt Exp $ +# $Id: ttys,v 1.5 1996/08/17 05:42:43 deraadt Exp $ # # name getty type status comments # @@ -13,7 +13,7 @@ ttyC4 "/usr/libexec/getty Pc" vt220 off secure ttyC5 "/usr/libexec/getty Pc" vt220 off secure ttyC6 "/usr/libexec/getty Pc" vt220 off secure ttyC7 "/usr/libexec/getty Pc" vt220 off secure -tty00 "/usr/libexec/getty std.9600" unknown on secure +tty00 "/usr/libexec/getty std.9600" unknown off tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off tty03 "/usr/libexec/getty std.9600" unknown off |