From owner-cvs-src@FreeBSD.ORG Mon Oct 11 00:12:35 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 8FA4416A4CE; Mon, 11 Oct 2004 00:12:35 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2AA43D1F; Mon, 11 Oct 2004 00:12:35 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9B0CTJR009534; Sun, 10 Oct 2004 17:12:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9B0CSeB009533; Sun, 10 Oct 2004 17:12:28 -0700 (PDT) (envelope-from obrien) Date: Sun, 10 Oct 2004 17:12:28 -0700 From: "David O'Brien" To: Makoto Matsushita Message-ID: <20041011001228.GA9460@dragon.nuxi.com> References: <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041009222726U.matusita@jp.FreeBSD.org> <20041009184627.26e9a57f@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010031208L.matusita@jp.FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: brian@Awfulhak.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 00:12:35 -0000 On Sun, Oct 10, 2004 at 03:12:08AM +0900, Makoto Matsushita wrote: > brian> Ok, so etc/mtree can be left out. What about etc/periodic and etc/rc.d? > I don't think followings are generally applied to others, but here's > my case: > > * I've modified /etc/periodic/security/security.function. In > check_diff() function, there's a line that compares old one and a > new one. However, in my cases, there are lots of bogus output will > be generated (it is assumed one, not a bug or admin failure), so I'd > like to trim off unwanted output by egrep(1) -- changing the file is > the only answer. Is this something you could generalize and embelish -- adding an /etc/perodic.conf knob for? Also, if you do 'make installworld' on this machine (since this is what we're talking about); you can also just make the change to /usr/src/etc/periodic/security/security.function. I would almost think this is a better way, as you can (cd /usr/src ; cvs diff) and get a list of all the customization you've done. -- -- David (obrien@FreeBSD.org)