From owner-cvs-all Tue Jan 26 00:40:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28773 for cvs-all-outgoing; Tue, 26 Jan 1999 00:40:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28765 for ; Tue, 26 Jan 1999 00:40:23 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id JAA24892; Tue, 26 Jan 1999 09:35:39 +0100 (CET) To: Matthew Dillon cc: "Jordan K. Hubbard" , Peter Wemm , Ollivier Robert , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc In-reply-to: Your message of "Tue, 26 Jan 1999 00:32:46 PST." <199901260832.AAA14663@apollo.backplane.com> Date: Tue, 26 Jan 1999 09:35:39 +0100 Message-ID: <24890.917339739@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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