From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 13:34:32 2003 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 87D7B16A4CE for ; Wed, 26 Nov 2003 13:34:32 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FAC43FBF for ; Wed, 26 Nov 2003 13:34:31 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <20031126213430016000cmv5e>; Wed, 26 Nov 2003 21:34:30 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 908DD66; Wed, 26 Nov 2003 16:34:30 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20031126111107.X94029@bsd.billschoolcraft.com> From: Lowell Gilbert Date: 26 Nov 2003 16:34:30 -0500 In-Reply-To: <20031126111107.X94029@bsd.billschoolcraft.com> Message-ID: <44isl6ke55.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Starting new entries in /etc/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: Wed, 26 Nov 2003 21:34:32 -0000 Bill Schoolcraft writes: > In other words, how would you correctly "source" the > /etc/rc.conf file if you can at all or is this file only meant > to be referenced at boot time? It's intended to be referenced at boot time, but it's often not very difficult to figure out what is supposed to happen. With something as important as starting up a mailer, I recommend a quick reboot just to be sure that it will start back up properly if you should, say, have an unplanned outage tonight. But the risk assessment depends on your particular situation.