summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-26 05:17:39 +0000
committerjlam <jlam>2002-08-26 05:17:39 +0000
commit1572da17263457273ac32def0c2a2948914ffd16 (patch)
tree856d104c44178f78462eb3f4014a1b43037ace49 /Packages.txt
parente5a45d7051475d08063f73fc0b5d6b914e56057f (diff)
downloadpkgsrc-1572da17263457273ac32def0c2a2948914ffd16.tar.gz
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.<pkg>.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt23
1 files changed, 13 insertions, 10 deletions
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