From owner-cvs-etc Sat Sep 13 22:05:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA22021 for cvs-etc-outgoing; Sat, 13 Sep 1997 22:05:58 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA22016; Sat, 13 Sep 1997 22:05:45 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id PAA22898; Sun, 14 Sep 1997 15:05:23 +1000 Date: Sun, 14 Sep 1997 15:05:23 +1000 From: Bruce Evans Message-Id: <199709140505.PAA22898@godzilla.zeta.org.au> To: 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 Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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