Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 09:28:51 -0700
From:      Warner Losh <imp@village.org>
To:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
Cc:        Peter Wemm <peter@netplex.com.au>, Ollivier Robert <roberto@keltia.freenix.fr>, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/etc rc 
Message-ID:  <199901261628.JAA31939@harmony.village.org>
In-Reply-To: Your message of "Tue, 26 Jan 1999 00:19:04 PST." <21140.917338744@zippy.cdrom.com> 
References:  <21140.917338744@zippy.cdrom.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <21140.917338744@zippy.cdrom.com> "Jordan K. Hubbard" writes:
: I know it's a better idea, the only reason I haven't "just done it" is
: I didn't like the idea of taking rc.conf.local away from
: "administrator local" space.  Once I start frobbing it from
: sysinstall, people will probably start asking for an
: rc.conf.local.local they can have all to themselves. :-)

rc.conf.sysinstall

##############################################################
### Make sysconfig's life easier
##############################################################
if [ -f /etc/rc.conf.sysconfig ]; then
	. /etc/rc.conf.sysconfig
fi

##############################################################
### Allow local configuration override at the very end here ##
##############################################################
if [ -f /etc/rc.conf.local ]; then
	. /etc/rc.conf.local
fi

Warner

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?199901261628.JAA31939>