From owner-freebsd-current@FreeBSD.ORG Tue May 13 11:34:59 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 A959437B407 for ; Tue, 13 May 2003 11:34:59 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDAD43FA3 for ; Tue, 13 May 2003 11:34:58 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 9057 invoked from network); 13 May 2003 18:35:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 13 May 2003 18:35:03 -0000 Received: from laptop.baldwin.cx ([216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h4DIYqp0028191; Tue, 13 May 2003 14:34:53 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3EC00853.1000102@btc.adaptec.com> Date: Tue, 13 May 2003 14:35:00 -0400 (EDT) From: John Baldwin To: Scott Long cc: freebsd-current@FreeBSD.org cc: Doug Barton cc: re@FreeBSD.org 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: Tue, 13 May 2003 18:35:00 -0000 On 12-May-2003 Scott Long wrote: > 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 So is the above diff approved? > 1) default the above dialog to TRUE, If someone else wants to change it go ahead. I don't know why Jordan chose a default of no for this. Probably because server's usually don't have mice. > 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! Well, the default should be whatever sysinstall currently detects. It could be added to the menu easily enough. Oh, wait, it's already there, and has been for about a year and a half: revision 1.322 date: 2001/09/05 00:58:28; author: murray; state: Exp; lines: +5 -1 Allow users to enable usbd and set flags from sysinstall. This is useful for post install configuration or other cases that might not be handled by usb.c. (usb.c already sets usbd_enable iff sysinstall detects usb during install). PR: bin/18946 Submitted by: Peter van Heusden Reviewed by: jhb -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/