From owner-freebsd-stable@freebsd.org Thu Sep 1 21:34:38 2016 Return-Path: Delivered-To: freebsd-stable@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 40CA3BCBD26 for ; Thu, 1 Sep 2016 21:34:38 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0494477; Thu, 1 Sep 2016 21:34:38 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1bfZd6-000IM8-2O; Fri, 02 Sep 2016 00:34:36 +0300 Date: Fri, 2 Sep 2016 00:34:36 +0300 From: Slawa Olhovchenkov To: Bryan Drewery Cc: freebsd-stable@freebsd.org, re@FreeBSD.org Subject: Re: libmap32.conf on stable/11 Message-ID: <20160901213436.GH88122@zxy.spb.ru> References: <20160901105153.GZ22212@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 21:34:38 -0000 On Thu, Sep 01, 2016 at 02:24:11PM -0700, Bryan Drewery wrote: > On 9/1/2016 3:51 AM, Slawa Olhovchenkov wrote: > > libmap32.conf missing on 11.0-STABLE. > > It's no longer needed in the default install after r282420, it was > removed in r282421. > > > still present in `man libmap.conf` > > It's still a valid file. > > > etcupdate remove existing libmap32.conf > > > This should not happen if the file has user modifications in it. > If it is just this then it is fine to remove: > > # $FreeBSD: head/etc/libmap32.conf 255413 2013-09-09 06:02:30Z des $ > > /usr/lib/private /usr/lib32/private > > > Did you have modifications in it? No, I am just verify etcupdate output and see this. I am have another, similar install, where etcupdate stiil not runing. OK, after modify this file etcupdate give me: # etcupdate status Warnings: Modified regular file remains: /etc/libmap32.conf Thanks for explain, sorry for noise!