From owner-freebsd-rc@FreeBSD.ORG Wed Jun 15 17:04:18 2005 Return-Path: X-Original-To: freebsd-rc@FreeBSD.org Delivered-To: freebsd-rc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE1C16A41F for ; Wed, 15 Jun 2005 17:04:18 +0000 (GMT) (envelope-from jmartin37@speakeasy.net) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DCA43D48 for ; Wed, 15 Jun 2005 17:04:18 +0000 (GMT) (envelope-from jmartin37@speakeasy.net) Received: (qmail 4225 invoked from network); 15 Jun 2005 17:04:18 -0000 Received: from adsl-211-141-154.asm.bellsouth.net (HELO [192.168.2.101]) (moonlightcheese@[68.211.141.154]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Jun 2005 17:04:17 -0000 Message-ID: <42B05F8D.5020109@speakeasy.net> Date: Wed, 15 Jun 2005 13:04:13 -0400 From: JM User-Agent: Mozilla Thunderbird 1.0.2-1.3.3 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: JM References: <42A89CD7.1080404@FreeBSD.org> <20050609201017.GA10248@odin.ac.hmc.edu> <42A8A91B.8000402@FreeBSD.org> <20050609210223.GB16168@odin.ac.hmc.edu> <20050612121504.K844@ync.qbhto.arg> <20050613005533.GA28966@odin.ac.hmc.edu> <42AD19C9.2040403@FreeBSD.org> <20050613155211.GB19722@odin.ac.hmc.edu> <20050614134732.GB16676@linwhf.opal.com> <20050614172740.GC20371@odin.ac.hmc.edu> <20050615162948.GG16676@linwhf.opal.com> <42B05C7C.6060301@speakeasy.net> In-Reply-To: <42B05C7C.6060301@speakeasy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Doug Barton , freebsd-rc@FreeBSD.org, "J.R. Oldroyd" Subject: Re: Use of rcorder for local rc.d/*.sh scripts X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 17:04:18 -0000 > shouldn't rcorder be run through /usr/local/etc/rc.d before it > searches for and executes *.sh files? perhaps mimic the current > /etc/rc.d mechanism where a piece of rcorder includes "local package > initialization" (which could be potentially renamed to "starting > legacy .sh scripts" that runs as a part of rcorder... basically > nesting a mirror image of rcorder within the main rcorder that runs > through /etc/rc.d... this is the only suggestion i have with my > limited knowledge of rc scripts. if it sounds dumb just disregard >.> sorry. by /usr/local/etc/rc.d i mean "local dirs". sorry for the vaguery..