From owner-freebsd-pkgbase@freebsd.org Thu Feb 4 06:41:27 2016 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 BD6FCA9987D for ; Thu, 4 Feb 2016 06:41:27 +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 81A2D8BC; Thu, 4 Feb 2016 06:41:27 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aRDbY-000P7h-K1; Thu, 04 Feb 2016 09:41:24 +0300 Date: Thu, 4 Feb 2016 09:41:24 +0300 From: Slawa Olhovchenkov To: Glen Barber Cc: freebsd-pkgbase@FreeBSD.org Subject: Re: TODO/wish list for packaging the FreeBSD base system Message-ID: <20160204064124.GA88527@zxy.spb.ru> References: <20160129173506.GG1727@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160129173506.GG1727@FreeBSD.org> 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-pkgbase@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 06:41:27 -0000 On Fri, Jan 29, 2016 at 05:35:06PM +0000, Glen Barber wrote: > TODO List / Wish List: Mergering /etc is very important task. Currently all /etc is very hardcoded, for example: on all systems, UFS and ZFS based, newsyslog do bz2 comress of old log files. Can we introduce some templates in /etc for flexibility and more automatic mergering?