From 1572da17263457273ac32def0c2a2948914ffd16 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 26 Aug 2002 05:17:39 +0000 Subject: PKG_SYSCONFDIR is not supposed to be settable, so change its setting from ?= to =. Note in Packages.txt that the only variables that a user should customize in /etc/mk.conf are PKG_SYSCONFBASE and PKG_SYSCONFDIR.. --- Packages.txt | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'Packages.txt') diff --git a/Packages.txt b/Packages.txt index 0ad4f0ce711..b4cf2e76878 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.260 2002/08/12 14:23:47 agc Exp $ +# $NetBSD: Packages.txt,v 1.261 2002/08/26 05:17:39 jlam Exp $ ########################################################################### ========================== @@ -1158,15 +1158,18 @@ other make variables: * PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found, e.g. the Apache configuration files may all be found under the "httpd" subdirectory - of ${PKG_SYSCONFBASE}. - -* PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a - particular package. This is not meant to be set by a package Makefile, but - is reserved for users who wish to override the PKG_SYSCONFDIR setting for - a particular package with a special location. - -Users will typically want to set PKG_SYSCONFBASE to /etc, or to accept the -default location of ${PREFIX}/etc. + of ${PKG_SYSCONFBASE}. This is meant to be set in a package Makefile. + +* By default PKG_SYSCONFDIR=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}, but + the default may be overridden by setting PKG_SYSCONFDIR.${PKG_SYSCONFVAR} + for a particular package, where PKG_SYSCONFVAR defaults to ${PKGBASE}. + This is not meant to be set by a package Makefile, but is reserved for + users who wish to override the PKG_SYSCONFDIR setting for a particular + package with a special location. + +The only variables that users should customize are PKG_SYSCONFBASE and +PKG_SYSCONFDIR.${PKG_SYSCONFVAR}. Users will typically want to set +PKG_SYSCONFBASE to /etc, or to accept the default location of ${PREFIX}/etc. 6.6 Feedback to the author -- cgit v1.2.3