From owner-freebsd-pkgbase@freebsd.org Mon Nov 13 19:51:51 2017 Return-Path: Delivered-To: freebsd-pkgbase@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 D65B2DC9C67 for ; Mon, 13 Nov 2017 19:51:51 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B417B7B73D; Mon, 13 Nov 2017 19:51:51 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 6B8693A77; Mon, 13 Nov 2017 12:51:44 -0700 (MST) Date: Mon, 13 Nov 2017 12:51:44 -0700 From: Brad Davis To: John Baldwin Cc: Glen Barber , freebsd-pkgbase@freebsd.org, Will Andrews Subject: Re: Problems with packaging /etc and etcupdate(8) Message-ID: <20171113195144.GH53537@corpmail.liquidneon.com> References: <20170927163012.GA99112@FreeBSD.org> <20171113172054.GA23670@FreeBSD.org> <1972909.hTPcQf8OeH@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1972909.hTPcQf8OeH@ralph.baldwin.cx> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 19:51:51 -0000 On Mon, Nov 13, 2017 at 09:26:49AM -0800, John Baldwin wrote: > I had assumed that in a pkgbase setup, one wouldn't use etcupdate or mergemaster. > Instead, my understanding is that pkg was going to "learn" about configuration > files and would grow etcupdate-like functionality to merge in changes to configuration > files during upgrades (and would also support 'pkg confdiff', etc. so that > 'pkg confdiff -a' would replace 'etcupdate diff' for example, but would also support > packages built from ports, not just base system conf files). Each pkgbase package > would contain its associated /etc files as configuration files in this scheme. To that end Will and I have been working on a patch to move all files in head/etc/ to the places they belong. I am probably ~75% of the way through them so far. Once I get the last bit wrapped up, I will post a review. Regards, Brad Davis