From owner-freebsd-questions@FreeBSD.ORG Mon Feb 5 01:41:45 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 8EE8C16A402 for ; Mon, 5 Feb 2007 01:41:45 +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 682C313C467 for ; Mon, 5 Feb 2007 01:41:45 +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 ECC4F51934 for ; Sun, 4 Feb 2007 20:41:42 -0500 (EST) Date: Mon, 5 Feb 2007 01:41:36 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070205014136.299ae9b5@gumby.homeunix.com> In-Reply-To: <6E1FEBED1BDC94E03AF2EA6E@paul-schmehls-powerbook59.local> References: <20070203190512.0eaf536e@tania.servebbs.org> <6E1FEBED1BDC94E03AF2EA6E@paul-schmehls-powerbook59.local> X-Mailer: Claws Mail 2.7.2 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Rc.Local 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: Mon, 05 Feb 2007 01:41:45 -0000 On Sat, 03 Feb 2007 18:56:15 -0600 Paul Schmehl wrote: > --On February 3, 2007 7:05:12 PM -0500 Bob wrote: > > > > My Question: Where is the proper place under FreeBSD, to put truly > > local start-up commands? Commands I want executed at the very END > > of the boot process, and which are truly LOCAL? > > > man (8) rc > > /usr/local/etc/rc.d/rc.local /usr/local/etc/rc.d/ is a replacement for rc.local, so it would be odd if /usr/local/etc/rc.d/rc.local had any special significance. I don't even have an rc.local file, so it doesn't play a part in the normal boot process, and I assume it's only really deprecated for use by packages, which should install a script instead.