From owner-cvs-src@FreeBSD.ORG Sat Oct 9 18:22:13 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 8A6B516A4D6 for ; Sat, 9 Oct 2004 18:22:13 +0000 (GMT) Received: from tx3.oucs.ox.ac.uk (tx3.oucs.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546D743D48 for ; Sat, 9 Oct 2004 18:22:13 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.oucs.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1CGLrA-00012w-Mw for cvs-src@FreeBSD.org; Sat, 09 Oct 2004 19:22:12 +0100 Received: from rx3.oucs.ox.ac.uk ([163.1.2.165]) by localhost (scan3.oucs.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 03496-08 for ; Sat, 9 Oct 2004 19:22:11 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx3.oucs.ox.ac.uk with smtp (Exim 4.24) id 1CGLr9-00012U-CE for cvs-src@FreeBSD.org; Sat, 09 Oct 2004 19:22:11 +0100 Received: (qmail 18326 invoked by uid 1004); 9 Oct 2004 18:22:04 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.203):. Processed in 0.022117 secs); 09 Oct 2004 18:22:04 -0000 Received: from dhcp1203.wadham.ox.ac.uk (HELO ?163.1.161.203?) (163.1.161.203) by gateway.wadham.ox.ac.uk with SMTP; 9 Oct 2004 18:22:04 -0000 Message-ID: <41682C4C.2040303@wadham.ox.ac.uk> Date: Sat, 09 Oct 2004 19:22:04 +0100 From: Colin Percival User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Somers References: <200410071355.i97DtSJq024575@repoman.freebsd.org> <20041009011553.01708de1@dev.lan.Awfulhak.org> <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041009222726U.matusita@jp.FreeBSD.org> <20041009184627.26e9a57f@dev.lan.Awfulhak.org> In-Reply-To: <20041009184627.26e9a57f@dev.lan.Awfulhak.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Makoto Matsushita 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:22:13 -0000 Brian Somers wrote: > Ok, so etc/mtree can be left out. What about etc/periodic and etc/rc.d? Would it be possible to add a /etc/defaults/rc.d and have /etc/rc take its scripts from there unless a file with the same name exists in /etc/rc.d? Then files could be installed automatically into /etc/defaults/rc.d, and anyone who wanted to modify something would just have to copy the appropriate file into /etc/rc.d and edit it there. (As a bonus, this is backwards-compatible with the existing setup.) Colin Percival