From owner-svn-src-all@freebsd.org Wed Feb 3 01:29:59 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 87C84A9959F; Wed, 3 Feb 2016 01:29:59 +0000 (UTC) (envelope-from bdrewery@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 7A3C01334; Wed, 3 Feb 2016 01:29:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 720651DF8; Wed, 3 Feb 2016 01:29:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 0432DD098; Wed, 3 Feb 2016 01:29:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id OHanUGehrCj5; Wed, 3 Feb 2016 01:29:56 +0000 (UTC) Content-Type: text/plain; charset=us-ascii DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 7F031D095 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r295167 - head From: Bryan Drewery X-Mailer: iPhone Mail (12H143) In-Reply-To: <1559782.LjJZB0WVHT@ralph.baldwin.cx> Date: Tue, 2 Feb 2016 17:29:53 -0800 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <1F01F0B2-A471-4CFB-8364-9D521CCD01BD@FreeBSD.org> References: <201602022111.u12LBOJB056268@repo.freebsd.org> <1559782.LjJZB0WVHT@ralph.baldwin.cx> To: John Baldwin 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:29:59 -0000 Wow! Please revert. I'm AFK for a few hours. Regards, Bryan Drewery > On Feb 2, 2016, at 17:10, John Baldwin wrote: >=20 >> 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 >>=20 >> Log: >> Deduplicate distrib-dirs logic from r289086 in distribution. >>=20 >> Sponsored by: EMC / Isilon Storage Division >=20 > 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 remov= ed > (so it happily removed all the stock bits from /etc). >=20 > --=20 > John Baldwin