From owner-cvs-all Mon Jan 25 17:31:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20717 for cvs-all-outgoing; Mon, 25 Jan 1999 17:31:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20710; Mon, 25 Jan 1999 17:31:04 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id RAA27870; Mon, 25 Jan 1999 17:21:58 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdZ27861; Tue Jan 26 01:21:55 1999 Date: Mon, 25 Jan 1999 17:21:44 -0800 (PST) From: Julian Elischer To: Matthew Dillon cc: "Jordan K. Hubbard" , Poul-Henning Kamp , Mike Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_mib.c In-Reply-To: <199901260101.RAA08921@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I agree with Jordan rc.conf should be totally static. of course you could always work out a method to OVERRIDE the values set there is they are left at default or are not set. rc.network could do that sort of thing but leave rc.conf alone. On Mon, 25 Jan 1999, Matthew Dillon wrote: > : > :> Do people have any objections to running ifconfig and route inside > :> /etc/rc.conf to 'calculate' a machine-specific rc.conf.local path ? > : > :I do - I like the fact that rc.conf is a "passive" mechanism and can > :be included multiple times (or trivially overridden in rc.conf.local) > :since it only defines variables and has no other "side effects." > : > :- Jordan > > What if we added a sysctl variable to the diskless subsection to make > the IP address more readily accessible. Then rc.conf would only have to > run a sysctl ( which should be acceptable ). That would avoid having > to run route and ifconfig. > > -Matt > Matthew Dillon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message