Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2019 12:08:37 -0800
From:      Oleksandr Tymoshenko <gonzo@freebsd.org>
To:        rgrimes@freebsd.org
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r343391 - head/tools/tools/tinybsd
Message-ID:  <20190124200837.GA96390@bluezbox.com>
In-Reply-To: <201901241702.x0OH2GdN084159@pdx.rh.CN85.dnsmgr.net>
References:  <201901240634.x0O6YUIe013808@repo.freebsd.org> <201901241702.x0OH2GdN084159@pdx.rh.CN85.dnsmgr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Rodney W. Grimes (freebsd@pdx.rh.CN85.dnsmgr.net) wrote:
> > Author: gonzo
> > Date: Thu Jan 24 06:34:29 2019
> > New Revision: 343391
> > URL: https://svnweb.freebsd.org/changeset/base/343391
> > 
> > Log:
> >   Fix prompt for MFSROOT in tinybsd
> >   
> >   tinybsd offers two choices when prompting user for MFSROOT: 'YES'
> >   and 'NO'. Script logic only handles 'yes'. Change offered values
> >   to lower case.
> 
> Why not fix this so that [Yy][Ee][Ss] is accepted?

I thought about it but actual end-to-end verification of such fix would
require going through whole build (and learning how tinybsd script
works). It's a bit more effort than I would like to spend on the tool I
don't work with and with the number of users I don't know of. The
committed patch was readily available, easily verifiable and a step
forward, a tiny one but nevertheless.

If anybody wants to implement proper fix - feel free to reopen PR and
take over it.

-- 
gonzo



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