From owner-svn-src-all@FreeBSD.ORG Mon May 4 17:14:38 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09A0DE39; Mon, 4 May 2015 17:14:38 +0000 (UTC) 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 D8D6019D1; Mon, 4 May 2015 17:14:37 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 04467B915; Mon, 4 May 2015 13:14:36 -0400 (EDT) From: John Baldwin To: Baptiste Daroussin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282423 - head Date: Mon, 04 May 2015 13:14:34 -0400 Message-ID: <1807112.SEIqP93pFp@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201505041701.t44H1p9O021604@svn.freebsd.org> References: <201505041701.t44H1p9O021604@svn.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); Mon, 04 May 2015 13:14:36 -0400 (EDT) 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: Mon, 04 May 2015 17:14:38 -0000 On Monday, May 04, 2015 05:01:51 PM Baptiste Daroussin wrote: > Author: bapt > Date: Mon May 4 17:01:51 2015 > New Revision: 282423 > URL: https://svnweb.freebsd.org/changeset/base/282423 > > Log: > Do not remove libmap32.conf in make delete-old as it may remove user modified > version by mistake I think etcupdate at least will DTRT and remove it IFF it matches the originally installed version (if it has been modified it will emit a warning but leave the file in place). -- John Baldwin