From owner-cvs-etc Sat Sep 13 23:45:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25326 for cvs-etc-outgoing; Sat, 13 Sep 1997 23:45:24 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA25318; Sat, 13 Sep 1997 23:45:18 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id XAA16587; Sat, 13 Sep 1997 23:44:41 -0700 (PDT) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/etc/etc.i386 rc.i386 In-reply-to: Your message of "Sun, 14 Sep 1997 15:05:23 +1000." <199709140505.PAA22898@godzilla.zeta.org.au> Date: Sat, 13 Sep 1997 23:44:41 -0700 Message-ID: <16583.874219481@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk OK, but even then so it's a bug to be fixed in vidcontrol. It could add extra cruft to the script to try and detect the serial console case and not invoke vidcontrol, of course, but I think it makes far more sense to teach vidcontrol about the possibility of being called on non syscons vtys. :) Jordan > > Modified files: > > etc/etc.i386 rc.i386 > > Log: > > MF22: If moused started, also enable it for console vty. > > This actually attempts to enable it for stdout (/dev/console) and > fails messily if /dev/console is not a syscons vty, e.g., when it > is a serial console. > > Bruce