From owner-freebsd-ports@FreeBSD.ORG Mon Oct 2 06:25:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACF4F16A403 for ; Mon, 2 Oct 2006 06:25:52 +0000 (UTC) (envelope-from bsdfan@nurfuerspam.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E213743D45 for ; Mon, 2 Oct 2006 06:25:51 +0000 (GMT) (envelope-from bsdfan@nurfuerspam.de) Received: (qmail invoked by alias); 02 Oct 2006 06:25:50 -0000 Received: from dslb-084-063-026-032.pools.arcor-ip.net (EHLO [127.0.0.1]) [84.63.26.32] by mail.gmx.net (mp026) with SMTP; 02 Oct 2006 08:25:50 +0200 X-Authenticated: #931807 Message-ID: <4520B0ED.1070607@nurfuerspam.de> Date: Mon, 02 Oct 2006 08:25:49 +0200 From: Markus Dolze User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Current usage of sysconfdir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 06:25:52 -0000 Hello, one port I am maintaining recently started using the sysconfdir set by GNU configure script to install default config files. By just using it, it will override user changed config files. I am thinking of using passing "--sysconfig=${EXAMPLESDIR}" as CONFIGURE_ARGS. Is EXAMPLESDIR a good/valid location? Should I print some message pointing the user to this directory? I am not sure if it has any side effects (used somewhere within the code), but I will check for this. What is best current practice of installing default config files for FreeBSD ports? Kind regards Markus