From owner-freebsd-questions@FreeBSD.ORG Sun May 16 05:19:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2B816A4CE for ; Sun, 16 May 2004 05:19:19 -0700 (PDT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56D043D48 for ; Sun, 16 May 2004 05:19:18 -0700 (PDT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id C752878C65 for ; Sun, 16 May 2004 14:19:06 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 69913-06 for ; Sun, 16 May 2004 14:19:05 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id D034678C50 for ; Sun, 16 May 2004 14:19:05 +0200 (CEST) Received: from 192.168.0.105 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sun, 16 May 2004 14:19:05 +0200 (CEST) Message-ID: <61903.192.168.0.105.1084709945.squirrel@webmail.thilelli.net> In-Reply-To: <200405161410.13954.platanthera@web.de> References: <200405132329.07892.platanthera@web.de><200405150303.31682.platanthera@web.de> <40A572E0.9050802@mac.com> <200405161410.13954.platanthera@web.de> Date: Sun, 16 May 2004 14:19:05 +0200 (CEST) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: Re: where has /etc/defaults/make.conf gone? [was: COPTFLAGS...] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 12:19:20 -0000 >> Take a look in /etc/defaults/make.conf, /etc/defaults/rc.conf, etc. > OK, in case of rc.conf the situation is pretty clear - the general > system defaults are defined in /etc/defaults/rc.conf and if you want to > change something you edit /etc/rc.conf whose settings override those > of /etc/defaults/rc.conf. > But what about make.conf? There is no /etc/defaults/make.conf on my > sytem (5.2_RELENG), and looking at /usr/src/etc/defaults/ after running > cvsup it seems that's correct. > I didn't notice when /etc/defaults/make.conf disappeared (during 4.x --> > 5.x transition?), but the really important question is: Where are the > general system defaults defined now? The 2 places i think of: - make.conf(5) - /usr/share/examples/etc/make.conf -- -jpeg.