From owner-freebsd-questions@FreeBSD.ORG Fri Mar 23 14:03:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAD9E16A404 for ; Fri, 23 Mar 2007 14:03:04 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id B5DB913C44C for ; Fri, 23 Mar 2007 14:03:04 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 6B5235191A for ; Fri, 23 Mar 2007 10:03:03 -0400 (EDT) Date: Fri, 23 Mar 2007 14:03:00 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070323140300.5394ba60@gumby.homeunix.com> In-Reply-To: <4603D2F1.8070606@voidmain.net> References: <4603D2F1.8070606@voidmain.net> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: rc.d scripts 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: Fri, 23 Mar 2007 14:03:04 -0000 On Fri, 23 Mar 2007 09:15:29 -0400 Tom Grove wrote: > Does anyone know how to make a script in /etc/rc.d run last? For > instance I want dhclient to be the last script in /etc/rc.d/ to run. > Any help is much appreciated. Just have it require the last script, which is bgfsck.