From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 19 14:56:03 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03D58106566B for ; Sun, 19 Jun 2011 14:56:03 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id C12528FC13 for ; Sun, 19 Jun 2011 14:56:02 +0000 (UTC) Received: by iyb11 with SMTP id 11so363266iyb.13 for ; Sun, 19 Jun 2011 07:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=WSHT3gKld6amTZ1vrwtrfwEDAzzSDIZFluKapkJGCTU=; b=qxYRQ7Tj3wGxN6DvIQggVuhNZzLgKBmxfEC4w0l2sQyP+UT7u1ull2A8fjDSy+roAz mIFHrGvcO3HGjCWgkjSGYvXCdvXFZni2Ep882+7c3EI69CQbzQynVea8POKp8mLjCJ76 GjGoKQUMOrEYSfQWo/UlWy06KaG+MfnuknvI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=xW+dQROgEjECNU9S2L4BCYbmAfuwggUAoSfXOmYJDQ1GosyWObiUWtEomD2jCUEiAt KjmSK4KbBm2cL8HaMlN5eqtVCexTh8/60yxpANiD0ErD52T+/YdNk2zHNQb9IV21rlCr qBeL+qeHO8qMYzhUDKOwX/afVvXcvigQ9eKdg= Received: by 10.231.44.65 with SMTP id z1mr4138820ibe.95.1308495362122; Sun, 19 Jun 2011 07:56:02 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Sun, 19 Jun 2011 07:55:32 -0700 (PDT) In-Reply-To: <20110619143612.29350@gmx.com> References: <20110619143612.29350@gmx.com> From: Chris Rees Date: Sun, 19 Jun 2011 15:55:32 +0100 X-Google-Sender-Auth: 8mJS5UWVePaNAbRvZ9Bs_YgzA3A Message-ID: To: Dieter BSD Content-Type: text/plain; charset=ISO-8859-1 Cc: hackers@freebsd.org Subject: Re: CONF class of files X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 14:56:03 -0000 On 19 June 2011 15:36, Dieter BSD wrote: >> CONFDIR is for base, not ports > > Perhaps ${BASE_CONF_DIR}, ${PORTS_CONF_DIR}, ... Have a look at the surrounding code, it matches the other variables that we have always used. Please don't let this become a bikeshed! Chris