Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2003 14:47:15 -0600
From:      Scott Long <scott_long@btc.adaptec.com>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        Doug Barton <DougB@FreeBSD.org>
Subject:   Re: sysinstall non-USB mouse dialog confusing
Message-ID:  <3EC00853.1000102@btc.adaptec.com>
In-Reply-To: <XFMail.20030512161346.jhb@FreeBSD.org>
References:  <XFMail.20030512161346.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EC00853.1000102>