From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 21:09:31 2004 Return-Path: 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 D39F116A4CE for ; Tue, 10 Aug 2004 21:09:31 +0000 (GMT) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E9A043D49 for ; Tue, 10 Aug 2004 21:09:31 +0000 (GMT) (envelope-from duanewinner@worldnet.att.net) Received: from [10.10.100.91] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc13) with ESMTP id <2004081021091111300rbanme> (Authid: duanewinner); Tue, 10 Aug 2004 21:09:11 +0000 Message-ID: <41193987.3060803@att.net> Date: Tue, 10 Aug 2004 17:09:27 -0400 From: Duane Winner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040809 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: order of starting services at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 21:09:32 -0000 Hello, Can anybody explain to me how FreeBSD 5.2.1 controls the start order of the scripts in /etc/rc.d ? I've looked all over and am having trouble gleening what controls this. For instance, if I would like to start ipfw before dhclient (right now dhclient starts, then ipfw starts), how would I accomplish this? Thanks, Duane