From owner-freebsd-rc@FreeBSD.ORG Wed May 30 08:22:32 2007 Return-Path: X-Original-To: rc@freebsd.org Delivered-To: freebsd-rc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60B1C16A400 for ; Wed, 30 May 2007 08:22:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 17CD413C455 for ; Wed, 30 May 2007 08:22:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1HtJRu-00009u-J5; Wed, 30 May 2007 11:22:30 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Mike Makonnen In-reply-to: <20070529202345.GB1919@rogue.navcom.lan> References: <20070529202345.GB1919@rogue.navcom.lan> Comments: In-reply-to Mike Makonnen message dated "Tue, 29 May 2007 23:23:45 +0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 30 May 2007 11:22:30 +0300 From: Danny Braniss Message-ID: Cc: Danny Braniss , rc@freebsd.org Subject: Re: rcorder blues 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, 30 May 2007 08:22:32 -0000 > On Tue, May 29, 2007 at 05:15:57PM +0300, Danny Braniss wrote: > > hi all, > > Under 6.2 I set early_late_divider to amd, and since local_rc > > points to an 'automounted directory', rcorder will include the rc-files > > from my shared-local/etc/rc.d. > > Since 7.0 this 'trick' no longer works, some rc-files, that > > in the first run appeared after amd/early_late_divider, in the second > > run appear before amd, and so never get executed. > > The quick and dirty solution, was for rc.initdiskless to copy > > the 'shared/local_rc/' to /etc/rc.d (thanks to unionfs:-), and so all > > was 'almost' ok. > > Which scripts are changing order, and what ports scripts are involved? some clarification is in order, but first, after a major cleanup [mergemaster no longer works on a cross platform/version], the above problem is now fixed. Since we have multiple platforms (amd64/i386) and versions (4.10/5.x/6.x/7.x) and /usr/local is automounted, it's easier to manage the start up scripts from a more central area, not /usr/local/etc/rc.d (of which we have many copies), also, not all our local stuff comes from ports. I can't remember which script fell in the 'not-yet-done/allready-done' black hole, but it was not from ports, and rather critical. danny