From owner-svn-ports-head@freebsd.org Sat Apr 2 13:27:39 2016 Return-Path: Delivered-To: svn-ports-head@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 6CE38AEC37B; Sat, 2 Apr 2016 13:27:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 62956103F; Sat, 2 Apr 2016 13:27:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 610841F3E; Sat, 2 Apr 2016 13:27:39 +0000 (UTC) Date: Sat, 2 Apr 2016 13:27:39 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402132739.GA9941@FreeBSD.org> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> <20160402131053.GA3031@FreeBSD.org> <20160402131643.GA4253@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160402131643.GA4253@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 13:27:39 -0000 On Sat, Apr 02, 2016 at 03:16:43PM +0200, Baptiste Daroussin wrote: > On Sat, Apr 02, 2016 at 01:10:53PM +0000, Alexey Dokuchaev wrote: > > On Sat, Apr 02, 2016 at 12:51:08PM +0000, Baptiste Daroussin wrote: > > > New Revision: 412403 > > > URL: https://svnweb.freebsd.org/changeset/ports/412403 > > > > > > Log: > > > Update to 1.7.1 > > > > > > This release fixes regressions: > > > - detection of new version of pkg could fail > > > - if the all process operation would have an inpact of less than > > > 1MB on the FS then the action is proceed with out asking the > > > user to acknowledge it > > > > Is there a way to specify "always ask" behavior? I'm not comfy with > > pkg(8) silently messing with my filesystems (ir)regardless of size of > > changes. > > It always asks, the bug was it stopped askig. So do not worry it is going > to ask you all the time[.] Ah OK I see now how I misread it. Thanks for clarification. ./danfe