From owner-freebsd-stable Wed Oct 8 12:00:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA08082 for stable-outgoing; Wed, 8 Oct 1997 12:00:25 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA08072 for ; Wed, 8 Oct 1997 12:00:18 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id EAA01020; Thu, 9 Oct 1997 04:22:57 +0930 (CST) Message-Id: <199710081852.EAA01020@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Robert Withrow cc: freebsd-stable@freebsd.org Subject: Re: NFS Client option -- didn't take In-reply-to: Your message of "Wed, 08 Oct 1997 13:56:47 -0400." <199710081756.NAA17095@tuva.engeast.baynetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 09 Oct 1997 04:22:50 +0930 From: Mike Smith Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From the oct 7'th beta, selecting NFS client during the installation > didn't "take" in rc.conf. > > BTW, why is install modifying rc.conf instead of just writing the > changes into rc.conf.local? Because rc.conf.local violates the entire purpose of rc.conf. The default values for the variables in rc.conf are implicit in the rc.* scripts; rc.conf is where you overried these defaults as you wish. mike