From owner-freebsd-current@FreeBSD.ORG Mon May 12 13:50:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7AA537B404; Mon, 12 May 2003 13:50:09 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA3E243FBF; Mon, 12 May 2003 13:50:08 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h4CKkPZ01214; Mon, 12 May 2003 13:46:25 -0700 Received: from btc.adaptec.com ([10.100.0.149]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id NAA29796; Mon, 12 May 2003 13:50:01 -0700 (PDT) Message-ID: <3EC00853.1000102@btc.adaptec.com> Date: Mon, 12 May 2003 14:47:15 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org cc: re@FreeBSD.org cc: Doug Barton Subject: Re: sysinstall non-USB mouse dialog confusing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 20:50:10 -0000 John Baldwin wrote: > On 12-May-2003 John Baldwin wrote: > >>>Enable support for a PS/2 (non-USB) mouse? Yes [No] >> >>Perhaps the dialog should be reworded to say 'PS/2, Serial, or Bus mouse'. > > > Index: install.c > =================================================================== > RCS file: /usr/cvs/src/usr.sbin/sysinstall/install.c,v > retrieving revision 1.341 > diff -u -r1.341 install.c > --- install.c 20 Apr 2003 14:08:04 -0000 1.341 > +++ install.c 12 May 2003 18:33:54 -0000 > @@ -662,7 +662,7 @@ > > #ifdef WITH_MICE > dialog_clear_norefresh(); > - if (!msgNoYes("Does this system have a non-USB mouse attached to it?")) > + if (!msgNoYes("Does this system have a PS/2, serial, or bus mouse?")) > dmenuOpenSimple(&MenuMouse, FALSE); > #endif > > Does this make everyone happy with the mouse question? > Yes. My gut feeling is to also 1) default the above dialog to TRUE, 2) allow ubsd to be toggled in the 'Startup Services' menu, with the default to TRUE. Hell, usbd isn't nearly as annoying as sendmail! Scott