diff options
author | 1996-08-17 05:42:43 +0000 | |
---|---|---|
committer | 1996-08-17 05:42:43 +0000 | |
commit | 3119bb8d3b51f6ce12817f70d0fd731c654cd1f1 (patch) | |
tree | 626effc83830a954024aefa78bdb25c59c049349 | |
parent | console is now ttyC0; dm spotted it (diff) | |
download | wireguard-openbsd-3119bb8d3b51f6ce12817f70d0fd731c654cd1f1.tar.xz wireguard-openbsd-3119bb8d3b51f6ce12817f70d0fd731c654cd1f1.zip |
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 |