From owner-cvs-all Wed Aug 26 21:45:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03013 for cvs-all-outgoing; Wed, 26 Aug 1998 21:45:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02997; Wed, 26 Aug 1998 21:45:28 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id VAA10855; Wed, 26 Aug 1998 21:44:28 -0700 (PDT) Date: Wed, 26 Aug 1998 21:44:28 -0700 (PDT) From: Matthew Dillon Message-Id: <199808270444.VAA10855@apollo.backplane.com> To: Bruce Evans Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :> Modified files: :> etc make.conf :> Log: :> Reviewed by: asami@freebsd.org (Satoshi Asami) :> :> Give make.conf a make.conf.local capability similar to rc.conf's :> rc.conf.local capability. Eases large-site administration. : :Bogus. make.conf is already entirely local. It is the local extension :of . : :Bruce make.conf contains a template of all (or most) customizeable defines. To that end, whenever a freeBSD release is made /etc/make.conf needs to be updated from /usr/src/etc so it contains the latest template features. Because of that, it is hardly an 'entirely local' file. Like rc.conf, it contains a set of defaults (even if all commented out) and, like rc.conf, it's contents may change radically between releases. And, like rc.conf, a localization mechanism (rc.conf.local equivalent) is required to allow the sysad to maintain his own truely local version of the file without having to re-merge his stuff into the system-provided make.conf every time a system update is made. If you want make.conf itself to be entirely local, the file should be a nearly blank template similar to, say, /usr/src/etc/rc.local, or not be in /usr/src/etc at all, similar to rc.conf.local. It should not be a fairly large and complete file full of commented-out featurisms. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response)