From owner-freebsd-bugs Thu Oct 28 3:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8571414D74 for ; Thu, 28 Oct 1999 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA25197; Thu, 28 Oct 1999 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 28 Oct 1999 03:20:01 -0700 (PDT) Message-Id: <199910281020.DAA25197@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: i386/14558: Incorrect behaviour allscreens section in rc.i386 under certain circumstantions Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/14558; it has been noted by GNATS. From: Sheldon Hearn To: oleg@reis.zp.ua Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: i386/14558: Incorrect behaviour allscreens section in rc.i386 under certain circumstantions Date: Thu, 28 Oct 1999 12:10:02 +0200 On Wed, 27 Oct 1999 19:35:05 +0300, oleg@apholina.marka.net.ua wrote: > ! for ttyv in `grep ^ttyv /etc/ttys | cut -f 1` > do > ! vidcontrol done > fi > echo '.' > --- 114,122 ---- > # set this mode for all virtual screens > if [ "X${allscreens_flags}" != X"" ] ; then > echo -n ' allscreens' > ! for ttyv in /dev/ttyv* > do > ! vidcontrol <$ttyv ${allscreens_flags} > done Surely this just hides the problem from the administrator? To have ttys enabled in /etc/ttys but not configured in /dev is an error that should be addressed, surely? Certainly, rc.i386 doesn't die because of this, so I don't see the benefit of the proposed change. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message