From owner-freebsd-arch@FreeBSD.ORG Wed Feb 25 11:42:16 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C6916A50F for ; Wed, 25 Feb 2004 11:42:16 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D4F43D1D for ; Wed, 25 Feb 2004 11:42:15 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1PJftOJ068250; Wed, 25 Feb 2004 11:41:55 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i1PJfsW4068249; Wed, 25 Feb 2004 11:41:54 -0800 (PST) (envelope-from obrien) Date: Wed, 25 Feb 2004 11:41:54 -0800 From: "David O'Brien" To: Oliver Eikemeier Message-ID: <20040225194154.GN7567@dragon.nuxi.com> References: <20040223084146.GA4202@mobile.acs-et.com> <4039D9FF.40208@fillmore-labs.com> <20040224072401.GB1125@mobile.acs-et.com> <403B206B.7000101@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403B206B.7000101@fillmore-labs.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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: freebsd-arch@FreeBSD.org Subject: Re: rc.d and ports X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-arch@FreeBSD.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 19:42:16 -0000 On Tue, Feb 24, 2004 at 10:59:07AM +0100, Oliver Eikemeier wrote: > I guess I incorporate ${PREFIX}/etc/defaults/rc.conf and another change in > PR 56736, the main point there was that I wanted them to participate in ... > So I understand that sourcing ${PREFIX}/etc/defaults/rc.conf is the main > reservation that you have against this patch? So lets just use /etc/rc.conf.d/ with "_enable=yes" in it. That keeps ports from trying to edit a critical file (/etc/rc.conf) on install and deinstall. It also recognizes that daemon startup is an individual system thing, not common across all mounters of $PREFIX.