Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 09:35:39 +0100
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Matthew Dillon <dillon@apollo.backplane.com>
Cc:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, 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:  <24890.917339739@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 26 Jan 1999 00:32:46 PST." <199901260832.AAA14663@apollo.backplane.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199901260832.AAA14663@apollo.backplane.com>, Matthew Dillon 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. :-)

I think that adding a "/etc/rc.conf.site" may make sense, and looking
at our previous stuff, isn't it time we put:

rcconffiles="/etc/rc.conf.site /etc/rc.conf.host /etc/rc.conf.local"

[...]

for i in $rcconffiles
do
	. $i
done

in /etc/rc.conf ?


--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!

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?24890.917339739>