From eeb597a04882361345d773ae2c70e3fe09e137b5 Mon Sep 17 00:00:00 2001 From: drahn <> Date: Thu, 27 Sep 2001 22:49:59 +0000 Subject: [PATCH] Disable getty on tty00 for macppc, on most machines this will be connected to a modem. --- src/etc/etc.macppc/ttys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.macppc/ttys b/src/etc/etc.macppc/ttys index 8682a45c..adab7b88 100644 --- a/src/etc/etc.macppc/ttys +++ b/src/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