From owner-freebsd-questions@FreeBSD.ORG Mon Feb 12 18:34:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14A2B16A401 for ; Mon, 12 Feb 2007 18:34:32 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.19.101.164]) by mx1.freebsd.org (Postfix) with ESMTP id E8C6F13C461 for ; Mon, 12 Feb 2007 18:34:31 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from localhost (localhost [127.0.0.1]) by mail.barafranca.com (Postfix) with ESMTP id F0471C46BF; Mon, 12 Feb 2007 18:54:53 +0000 (UTC) Received: from mail.barafranca.com ([67.19.101.164]) by localhost (mail.barafranca.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70104-07-2; Mon, 12 Feb 2007 18:54:09 +0000 (UTC) Received: from [192.168.0.1] (a213-22-26-4.cpe.netcabo.pt [213.22.26.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTP id 6B210C42E9; Mon, 12 Feb 2007 18:54:09 +0000 (UTC) Message-ID: <45D0B30C.5070007@barafranca.com> Date: Mon, 12 Feb 2007 18:33:48 +0000 From: Hugo Silva User-Agent: Thunderbird 1.5.0.7 (X11/20061007) MIME-Version: 1.0 To: Noah , freebsd-questions@freebsd.org References: <45D0AFA8.6090501@enabled.com> In-Reply-To: <45D0AFA8.6090501@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at barafranca.com X-Spam-Status: No, score=0 tagged_above=-1 required=4 tests=[none] X-Spam-Score: 0 X-Spam-Level: Cc: Subject: Re: php.ini in /usr/local/etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 18:34:32 -0000 Noah wrote: > Hi there, > > some flavors of linux place php/ini in /usr/local/lib. I am wondering > if there is a web page and/or document that describes the convention > and importance of placing config and ini files in /usr/local/etc > > cheers, > > Noah > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" It's a 3rd party configuration file, hence it's in /usr/local/etc and not /etc/ , and imo it wouldn't make sense if it was anywhere else. Check man hier(7) Hugo