From owner-svn-src-all@freebsd.org Tue Jun 30 13:48:10 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EB8698FF0D for ; Tue, 30 Jun 2015 13:48:10 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery4.ore.mailhop.org (pmta2.delivery4.ore.mailhop.org [54.200.247.200]) by mx1.freebsd.org (Postfix) with SMTP id 3CD9F1C06 for ; Tue, 30 Jun 2015 13:48:10 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Tue, 30 Jun 2015 13:46:38 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t5UDl1ub018979; Tue, 30 Jun 2015 07:47:02 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1435672021.1648.61.camel@freebsd.org> Subject: Re: svn commit: r284942 - in head/release: . scripts From: Ian Lepore To: Glen Barber Cc: "Philip M. Gollucci" , Brad Davis , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Tue, 30 Jun 2015 07:47:01 -0600 In-Reply-To: <20150630011146.GJ5423@FreeBSD.org> References: <201506292126.t5TLQfT8075170@svn.freebsd.org> <20150630011146.GJ5423@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 30 Jun 2015 13:48:10 -0000 On Tue, 2015-06-30 at 01:11 +0000, Glen Barber wrote: > On Mon, Jun 29, 2015 at 09:09:13PM -0400, Philip M. Gollucci wrote: > > On Mon, Jun 29, 2015 at 5:26 PM, Brad Davis wrote: > > > > > + env ASSUME_ALWAYS_YES=yes pkg install -y curl > > > > > > > why do we have both the env and the -y switch? > > > > Because if pkg is not bootstrapped (pkg(7) versus pkg(8)), the former > (/usr/sbin/pkg) does not recognize '-y'. > > Glen > Is there any reason we shouldn't just fix that? -- Ian