From owner-freebsd-questions@FreeBSD.ORG Mon Mar 2 03:41:09 2009 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 5BEB91065670 for ; Mon, 2 Mar 2009 03:41:09 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA788FC12 for ; Mon, 2 Mar 2009 03:41:08 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n223Umfq062968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Mar 2009 10:30:48 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n223XfXv040533; Mon, 2 Mar 2009 10:33:41 +0700 (ICT) Date: Mon, 2 Mar 2009 10:33:41 +0700 (ICT) Message-Id: <200903020333.n223XfXv040533@banyan.cs.ait.ac.th> From: Olivier Nicole To: ipfreak@yahoo.com In-reply-to: <798008.8114.qm@web52107.mail.re2.yahoo.com> (message from gahn on Sun, 1 Mar 2009 19:14:17 -0800 (PST)) References: <798008.8114.qm@web52107.mail.re2.yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: rc.conf and starting 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: Mon, 02 Mar 2009 03:41:09 -0000 Hi, > The default location for rc.conf is /etc/rc.d only and the knob > "local_startup=/usr/local/etc/rc.d" doesn't seem to be working for > me for some reasons Syntax? on my machines it's: local_startup="/usr/local/etc/rc.d" with quotes around the path, not around the full line. Olivier