From owner-svn-src-all@FreeBSD.ORG Wed Jul 22 16:12:01 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CBC510656B7; Wed, 22 Jul 2009 16:12:01 +0000 (UTC) (envelope-from sektie@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA768FC18; Wed, 22 Jul 2009 16:12:00 +0000 (UTC) (envelope-from sektie@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so133920qwe.7 for ; Wed, 22 Jul 2009 09:11:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=RJ6LUVy0N3FXUrPpnz7X+xmGixxEXa/Bc0MPsOgzje8=; b=txZ8g/9Pi7ZOCdf+7AfmVzWc0aRSyzSfF61E32+VI8gjqYapfIBSbVI+XnwWDaltHb coF+mjoG1RCL3uOq948FCaXyt2gfFvZtUp422uU3yBLaP+yWwJ9F/EGpcc5g6AEtC3UL /3eRRHgnUqaGfHb6oFUAr4r7aAkrAeNoaecyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=fQisatnaSe5vLvXCNHFZDUr8bukhcBO57L4hyvj/8QI4xhh5MSPqB4wC7KFu0f7bFN hyHDLBlaMxveXRs/OpX5froCf1tosEpEFbBuiWlKCp/G9w6//QhOTrcn542ehdDKUmYi 8w/YCKaV0TGuYk3wk8yW3jGE7O+YCbUe1ekMI= MIME-Version: 1.0 Sender: sektie@gmail.com Received: by 10.229.81.139 with SMTP id x11mr211255qck.14.1248277531105; Wed, 22 Jul 2009 08:45:31 -0700 (PDT) In-Reply-To: References: <200907220350.n6M3osaj030202@svn.freebsd.org> Date: Wed, 22 Jul 2009 08:45:30 -0700 X-Google-Sender-Auth: f4288bcb42167176 Message-ID: From: Randi Harper To: Dmitry Morozovsky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Colin Percival Subject: Re: svn commit: r195817 - head/usr.sbin/sysinstall X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 16:12:01 -0000 On Wed, Jul 22, 2009 at 1:51 AM, Dmitry Morozovsky wrote: > > While you're here, don't you think it's time to rename Wizard mode to > Expert > mode to not confuse users too much? I'll be "here" for quite a while, and nitpicking menu options really isn't in my to-do list during a code freeze. :) Really, there's a huge list of stuff that needs to be done with sysinstall. Cleaning up the menus is on that list, but I'm working on bugfixes at the moment. -- randi