From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 00:01:27 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 A62AE1065688 for ; Fri, 15 Aug 2008 00:01:27 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 681A18FC1A for ; Fri, 15 Aug 2008 00:01:27 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 63555 invoked by uid 1008); 15 Aug 2008 01:08:04 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 15 Aug 2008 01:08:04 -0000 Message-ID: <48A4C756.9010405@el.net> Date: Thu, 14 Aug 2008 20:01:26 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 00:01:27 -0000 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.... using the example here: http://www.freebsd.org/doc/en/books/handbook/configtuning-starting-services.html any particular reason? thanks..