From owner-freebsd-questions@FreeBSD.ORG Mon May 9 07:37:52 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6959816A4E7 for ; Mon, 9 May 2005 07:37:52 +0000 (GMT) Received: from styx.qala.com.sg (styx.qala.com.sg [210.193.2.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D0943D45 for ; Mon, 9 May 2005 07:37:52 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from [192.168.1.200] (130.210-193-15.adsl.qala.com.sg [210.193.15.130]) by styx.qala.com.sg (Postfix) with ESMTP id 3CC3D343C4 for ; Mon, 9 May 2005 15:36:58 +0800 (SGT) Message-ID: <427F1434.8050805@nexlabs.com> Date: Mon, 09 May 2005 15:41:40 +0800 From: Foo Ji-Haw User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org References: <427EE0F2.3090709@nexlabs.com> <20050509064637.GA83454@xor.obsecurity.org> In-Reply-To: <20050509064637.GA83454@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: *_enable = "YES" for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 07:37:52 -0000 Last time I used FreeBSD (4.3), I can start services with just apache2.sh start. Now everything needs to be explicitly turned on via rc.conf (apache2_enable="YES"). Is this rcNG as mentioned in the handbook? Where can I find documentation for this? Is there any way I can still turn start/ stop the services at rc.d/ ? Sorry, one last question: if I changed rc.conf, how can I get the system to reload this script without rebooting?