diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-27 22:50:00 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-27 22:50:00 +0000 |
commit | fc9661ba7747f3154acf277c4c0ea475839171e7 (patch) | |
tree | abd3773a6343746898e54b062650c891a78d038e /etc/etc.macppc | |
parent | e59c11667871f42fd8c911bacc65844a10a3ccb6 (diff) |
Disable getty on tty00 for macppc, on most machines this will be
connected to a modem.
Diffstat (limited to 'etc/etc.macppc')
-rw-r--r-- | etc/etc.macppc/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.macppc/ttys b/etc/etc.macppc/ttys index 8682a45ce27..adab7b88cd6 100644 --- a/etc/etc.macppc/ttys +++ b/etc/etc.macppc/ttys @@ -1,10 +1,10 @@ # -# $OpenBSD: ttys,v 1.1 2001/09/01 16:13:48 drahn Exp $ +# $OpenBSD: ttys,v 1.2 2001/09/27 22:49:59 drahn Exp $ # # name getty type status comments # console "/usr/libexec/getty std.9600" unknown off secure -tty00 "/usr/libexec/getty std.9600" unknown on secure +tty00 "/usr/libexec/getty std.9600" unknown 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 |