From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 02:47:21 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 C3ED7106568D for ; Fri, 15 Aug 2008 02:47:21 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mailout.easydns.com (mailout.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9109C8FC20 for ; Fri, 15 Aug 2008 02:47:21 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from guardian.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout.easydns.com (Postfix) with ESMTP id 1AEF748809 for ; Thu, 14 Aug 2008 22:46:56 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by guardian.shadypond.com (Postfix) with ESMTPSA id 8E596F1E8 for ; Fri, 15 Aug 2008 02:47:19 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Fri, 15 Aug 2008 02:46:49 +0000 References: <48A4C756.9010405@el.net> <200808151154.27871.malcolm.kay@internode.on.net> In-Reply-To: <200808151154.27871.malcolm.kay@internode.on.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808150246.50727.lists-fbsd@shadypond.com> 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 02:47:21 -0000 On Friday 15 August 2008 02:24:27 Malcolm Kay wrote: > On Fri, 15 Aug 2008 09:31 am, 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.... > > Most startup scripts now require a line: > enable_whatever="YES" > in rc.conf before they will run. This is also usually now the > case also with scripts in /usr/local/etc/rc.d > > Usually comment lines near the beginning of the script > will elaborate enable_whatever > "freebsd-questions-unsubscribe@freebsd.org" I put my own settings in /etc/rc.conf.local so that they will not be overwritten when I upgrade the system.