From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 22 01:46:26 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D31D16A4CE for ; Mon, 22 Dec 2003 01:46:26 -0800 (PST) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC6B743D45 for ; Mon, 22 Dec 2003 01:46:24 -0800 (PST) (envelope-from mitya@fling-wing.demos.su) Received: from [194.87.5.69] (HELO fling-wing.demos.su) by demos.su (CommuniGate Pro SMTP 4.1.6/D) with ESMTP-TLS id 140999600 for gnome@FreeBSD.org; Mon, 22 Dec 2003 12:46:23 +0300 Received: from fling-wing.demos.su (localhost [127.0.0.1]) by fling-wing.demos.su (8.12.9p2/8.12.6) with ESMTP id hBM9kNkJ099798 for ; Mon, 22 Dec 2003 12:46:23 +0300 (MSK) (envelope-from mitya@fling-wing.demos.su) Received: (from mitya@localhost) by fling-wing.demos.su (8.12.9p2/8.12.9/Submit) id hBM9kNWZ099797 for gnome@FreeBSD.org; Mon, 22 Dec 2003 12:46:23 +0300 (MSK) (envelope-from mitya) Date: Mon, 22 Dec 2003 12:46:22 +0300 From: Dmitry Sivachenko To: gnome@FreeBSD.org Message-ID: <20031222094622.GA99206@fling-wing.demos.su> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.5.1i Subject: libsml2 & libxslt config files location X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2003 09:46:26 -0000 Hello! Why libxml2 and libxslt ports install xml2Conf.sh and xsltConf.sh files in $PREFIX/etc? /etc directory is for files which user is supposed to edit to adjust program behaviour. These files does not contain anything to edit. Probably they should be install either in $PREFIX/bin or $PREFIX/share/... ? What do people think? Thanks!