From owner-cvs-src@FreeBSD.ORG Sat Oct 9 18:27:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12D5516A4CE; Sat, 9 Oct 2004 18:27:09 +0000 (GMT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7339043D2F; Sat, 9 Oct 2004 18:27:08 +0000 (GMT) (envelope-from eivind@FreeBSD.org) Received: from ws.nada ([193.69.114.88]) by srv01.sparkit.no (8.12.11/8.12.11) with ESMTP id i99IR48N053928; Sat, 9 Oct 2004 20:27:04 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws.nada (localhost [127.0.0.1]) by ws.nada (8.12.9/8.12.10) with ESMTP id i99IMkEt002463; Sat, 9 Oct 2004 18:22:46 GMT (envelope-from eivind@ws.nada) Received: (from eivind@localhost) by ws.nada (8.12.9/8.12.10/Submit) id i99IMkjU002462; Sat, 9 Oct 2004 18:22:46 GMT (envelope-from eivind) Date: Sat, 9 Oct 2004 18:22:46 +0000 From: Eivind Eklund To: Makoto Matsushita Message-ID: <20041009182245.GB1737@FreeBSD.org> References: <20041010011818G.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010011818G.matusita@jp.FreeBSD.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: What we keep under /etc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 18:27:09 -0000 On Sun, Oct 10, 2004 at 01:18:18AM +0900, Makoto Matsushita wrote: > > Here's my small proposal about this issue... > > There's a variable, MM_PRE_COMPARE_SCRIPT which mergemaster(8) > understands. For those who want to update /etc/rc.d automatically, > write a small script which copies your favorite files to /etc, then > set "MM_PRE_COMPARE_SCRIPT=/your/script.sh" to /etc/mergemaster.rc. I think this is a good solution because this is not a merging problem, it is a mergemaster problem. > Since mergemaster(8) is considered as a mandatory tool for admin (I > hope nobody objects), I object. Less than half the people I encounter that use FreeBSD outside the "close FreeBSD circle" use mergemaster. The majority do (in order of frequence, high to low) manual updates or don't update /etc unless they have to or use etcmerge or write their own scripts. Eivind.