From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 07:29:59 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 E28A916A4CE for ; Tue, 15 Mar 2005 07:29:59 +0000 (GMT) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E684343D5A for ; Tue, 15 Mar 2005 07:29:58 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] (dos.usenet.ath.cx [10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.11) with ESMTP id j2F7WF4P000596 for ; Tue, 15 Mar 2005 08:32:16 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <42368FC6.5040106@bah.homeip.net> Date: Tue, 15 Mar 2005 08:33:26 +0100 From: Bernt Hansson User-Agent: Thunderbird/1.0 (X11; U; FreeBSD 4.10-STABLE) X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: FreeBSD mailinglist Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: rc.conf reloaded 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: Tue, 15 Mar 2005 07:30:00 -0000 Hello. I want to reread the rc.conf file without reboot. How does one do that? /etc/netstart restarts the network but /etc/rc.conf does nothing. Is it me or... /..