From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 20:43:15 2004 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 E532416A4CE for ; Fri, 27 Aug 2004 20:43:15 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4BE443D46 for ; Fri, 27 Aug 2004 20:43:15 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1C0nZ4-0001sF-00 for freebsd-questions@freebsd.org; Fri, 27 Aug 2004 16:43:15 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16687.40162.590648.447903@jerusalem.litteratus.org> Date: Fri, 27 Aug 2004 16:43:14 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20040827201213.GB85361@lori.mine.nu> References: <34b425c504082705446816dc77@mail.gmail.com> <200408271817.19544.nvass@teledome.gr> <34b425c5040827090448542797@mail.gmail.com> <20040827201213.GB85361@lori.mine.nu> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: editing the rc.conf 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: Fri, 27 Aug 2004 20:43:16 -0000 Geert Hendrickx writes: > You could simply rerun one/some/all of the /etc/rc-scripts, > e.g. "sh /etc/rc.network" in your case. But I don't think this > is recommended. Let me second this. It is entirely possible that a script expecting to start networking makes assumptions about the status quo that will prove very damaging to restarting network services. (And vice-versa.) > However, you can learn a lot about the initialization of the > system just by reading this scripts. An excellent idea, especially for those who haven't done it already. Robert Huff