From 004894546760f06dc6785ca03be92387f645a88b Mon Sep 17 00:00:00 2001 From: smurph <> Date: Mon, 24 Jan 2000 05:03:50 +0000 Subject: [PATCH] fix getty problem with ttys. --- src/etc/etc.mvme68k/ttys | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/etc.mvme68k/ttys b/src/etc/etc.mvme68k/ttys index db7e65a7..92040dd6 100644 --- a/src/etc/etc.mvme68k/ttys +++ b/src/etc/etc.mvme68k/ttys @@ -1,16 +1,16 @@ # -# $OpenBSD: ttys,v 1.5 1998/06/28 03:27:01 todd Exp $ +# $OpenBSD: ttys,v 1.6 2000/01/24 05:03:50 smurph Exp $ # # name getty type status comments # # If the console is marked insecure, single-user requires # the root password. -console "/usr/libexec/getty Pc" unknown off secure -ttya "/usr/libexec/getty Pc" unknown on secure # 147/162 console +console "/usr/libexec/getty Pc" unknown on secure +ttya "/usr/libexec/getty Pc" unknown off secure # 147/162 console ttyb "/usr/libexec/getty Pc" unknown off ttyc "/usr/libexec/getty Pc" unknown off ttyd "/usr/libexec/getty Pc" unknown off -tty00 "/usr/libexec/getty Pc" unknown on secure # 167/17x console +tty00 "/usr/libexec/getty Pc" unknown off secure # 167/17x console tty01 "/usr/libexec/getty Pc" unknown off tty02 "/usr/libexec/getty Pc" unknown off tty03 "/usr/libexec/getty Pc" unknown off