From owner-svn-src-all@freebsd.org Wed Feb 3 01:10:18 2016 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 2CCE1A9AD9D; Wed, 3 Feb 2016 01:10:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1040E25C; Wed, 3 Feb 2016 01:10:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 90FA5B91F; Tue, 2 Feb 2016 20:10:16 -0500 (EST) From: John Baldwin To: Bryan Drewery Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r295167 - head Date: Tue, 02 Feb 2016 17:10:12 -0800 Message-ID: <1559782.LjJZB0WVHT@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201602022111.u12LBOJB056268@repo.freebsd.org> References: <201602022111.u12LBOJB056268@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 02 Feb 2016 20:10:16 -0500 (EST) 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: Wed, 03 Feb 2016 01:10:18 -0000 On Tuesday, February 02, 2016 09:11:24 PM Bryan Drewery wrote: > Author: bdrewery > Date: Tue Feb 2 21:11:23 2016 > New Revision: 295167 > URL: https://svnweb.freebsd.org/changeset/base/295167 > > Log: > Deduplicate distrib-dirs logic from r289086 in distribution. > > Sponsored by: EMC / Isilon Storage Division Navdeep reported on IRC that this broke distribution resulting in an empty tree. This caused etcupdate to think that all of the files had been removed (so it happily removed all the stock bits from /etc). -- John Baldwin