From owner-svn-src-head@FreeBSD.ORG Fri Feb 18 15:23:07 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 865E31065670; Fri, 18 Feb 2011 15:23:07 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (unknown [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 13C918FC14; Fri, 18 Feb 2011 15:23:07 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 9FA63E8150; Fri, 18 Feb 2011 15:23:03 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=zF5I6E2Wnk0E fBn9HOvKv38Cf/o=; b=gMnP0AU3XKRWi3uLvs9fE501gZfS/ayX/Zg+zmFZZH4j GNicckNW9Ekav6+YKt6RYvHrjTnmo9qeflZIWaTwDswLn1fkRi8uil8JDiZAc2BQ HI9Tdy6tKGTrQlIZOKeNbdaFuVYQMIhESKYKnBRTYxPcorMRn2WzMWoZ7w7mVco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=ojFgzW DBHjr1PCLHgyxeMiEEKTTqMY4iwgQCyxRcIjV/Ir+n92IP1jjbUtSY+CpT8IG4oR irbBIGmEhUdTsp14NoKoSsaJpjmCGHLDY7wMQGiH1gGDfDE/lbXI6RJUNG0Yvhel NQXTuRWmRce3Ez/VTMBYVaknx2oz+1cmrggXI= Received: from unknown (client-86-31-177-138.oxfd.adsl.virginmedia.com [86.31.177.138]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 413D2E80B2; Fri, 18 Feb 2011 15:23:03 +0000 (GMT) Date: Fri, 18 Feb 2011 15:22:42 +0000 From: Bruce Cran To: Josh Paetzel Message-ID: <20110218152242.00001628@unknown> In-Reply-To: <201102181513.p1IFD8tR062191@svn.freebsd.org> References: <201102181513.p1IFD8tR062191@svn.freebsd.org> X-Mailer: Claws Mail 3.7.8cvs9 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r218802 - head/usr.sbin/pc-sysinstall/backend-query X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2011 15:23:07 -0000 On Fri, 18 Feb 2011 15:13:08 +0000 (UTC) Josh Paetzel wrote: > +# Display the output, with us English as the first entry > +echo "us U.S. English" If the default has to be US English, would it be possible to select the entry in the list instead of putting it at the top? -- Bruce Cran