From owner-cvs-all Mon Jan 25 17:01:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16335 for cvs-all-outgoing; Mon, 25 Jan 1999 17:01:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16330; Mon, 25 Jan 1999 17:01:46 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.2/8.9.1) id RAA08921; Mon, 25 Jan 1999 17:01:41 -0800 (PST) (envelope-from dillon) Date: Mon, 25 Jan 1999 17:01:41 -0800 (PST) From: Matthew Dillon Message-Id: <199901260101.RAA08921@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: Poul-Henning Kamp , Mike Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_mib.c References: <87827.917312167@zippy.cdrom.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk : :> 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