From owner-cvs-all Tue Jan 26 08:30:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27727 for cvs-all-outgoing; Tue, 26 Jan 1999 08:30:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA27720 for ; Tue, 26 Jan 1999 08:30:12 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 105BNQ-0003bq-00; Tue, 26 Jan 1999 09:30:08 -0700 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id JAA31939; Tue, 26 Jan 1999 09:28:52 -0700 (MST) Message-Id: <199901261628.JAA31939@harmony.village.org> To: "Jordan K. Hubbard" Subject: Re: cvs commit: src/etc rc Cc: Peter Wemm , Ollivier Robert , cvs-committers@FreeBSD.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> Date: Tue, 26 Jan 1999 09:28:51 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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