Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 09:53:58 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc:        Matthew Dillon <dillon@apollo.backplane.com>, "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, Julian Elischer <julian@whistle.com>, Poul-Henning Kamp <phk@critter.freebsd.dk>, Mike Smith <mike@smith.net.au>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/kern kern_mib.c 
Message-ID:  <199901261653.JAA12543@mt.sri.com>
In-Reply-To: <199901261522.KAA25154@khavrinen.lcs.mit.edu>
References:  <88277.917316664@zippy.cdrom.com> <199901260306.TAA12075@apollo.backplane.com> <199901261522.KAA25154@khavrinen.lcs.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> Since BOOTP or DHCP is capable of passing a hostname, why not simply
> use that?  Then, /etc/rc.conf.local says:
> 
> . /etc/`hostname`/rc.conf

Or better yet:

siteconfig=/etc/`hostname/rc.conf
if [ -f $siteconfig ]; then
    . $siteconfig
fi

....



Nate

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901261653.JAA12543>