From owner-freebsd-questions@FreeBSD.ORG Tue Jun 20 23:13:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB9716A479 for ; Tue, 20 Jun 2006 23:13:05 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5576143D45 for ; Tue, 20 Jun 2006 23:13:05 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id B1AECD80311 for ; Tue, 20 Jun 2006 19:13:03 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by frontend3.internal (MEProxy); Tue, 20 Jun 2006 19:13:07 -0400 X-Sasl-enc: zF66Z2sF5lt7Ape2U+w5jIl+CzRGTse+KL2zpdDL6ckl 1150845187 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 729A18175 for ; Tue, 20 Jun 2006 19:13:07 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 21 Jun 2006 00:13:00 +0100 User-Agent: KMail/1.9.3 References: <44980305.7010806@poklib.org> In-Reply-To: <44980305.7010806@poklib.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606210013.01463.list-freebsd-2004@morbius.sent.com> Subject: Re: rcorder example? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 23:13:05 -0000 On Tuesday 20 June 2006 15:15, B. Cook wrote: > I also have another box with dansguardian and squid.. and dansguardian > depends on squid but because d comes before s, dansguardian starts > first, fails then squid starts.. and I've tried to use rcorder to fix > that problem and can't seem to make that happen. Pre 6.1 the scripts in the local rc.d directory are all sourced from the same rcng script in dictionary order. You can change the ordering either by moving them to /etc/rc.d (if they comply with the rcng conventions), or by renaming. In 6.1 (onwards) local rcng scripts are integrated into rcorder. Those that aren't rcng are sourced in the traditional manner.