From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 12:48:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C1F11065702 for ; Fri, 15 Aug 2008 12:48:51 +0000 (UTC) (envelope-from fbsd06+Y2=6f1f293e@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE028FC1E for ; Fri, 15 Aug 2008 12:48:51 +0000 (UTC) (envelope-from fbsd06+Y2=6f1f293e@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id D9A1F16434C for ; Fri, 15 Aug 2008 08:37:08 -0400 (EDT) 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 3974523E405 for ; Fri, 15 Aug 2008 08:37:06 -0400 (EDT) Date: Fri, 15 Aug 2008 13:37:03 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080815133703.421bcae4@gumby.homeunix.com.> In-Reply-To: <48A4C756.9010405@el.net> References: <48A4C756.9010405@el.net> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: rc.d ? 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, 15 Aug 2008 12:48:51 -0000 On Thu, 14 Aug 2008 20:01:26 -0400 kalin m wrote: > hi all... > > i used to be able to put startup scripts in /usr/local/etc/rc.d/. > now on a new 7 install i have the scripts there but after restart > nothing happens.... What kind of scripts are they? Are they old-style simple shell scripts or modern rcng scripts. If the former they need a .sh extension, or they wont run. Otherwise you are going to have to give a lot more information.