summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkim <kim>2001-04-14 19:42:53 +0000
committerkim <kim>2001-04-14 19:42:53 +0000
commitc36e704b1c50bfb9eb5f38350e6f54b9d1651330 (patch)
tree550316fb6c9621b8a23bfe8eac7163324adc5bcc /mk
parent95d6a2c1af879e377852ab4f734d85f59608d316 (diff)
downloadpkgsrc-c36e704b1c50bfb9eb5f38350e6f54b9d1651330.tar.gz
Use APACHE_SYSCONFDIR to set sysconfdir (the location of config files).
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index c3172d26d0e..714a0b1e279 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.195 2001/04/13 04:18:33 kim Exp $
+# $NetBSD: mk.conf.example,v 1.196 2001/04/14 19:42:53 kim Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -307,6 +307,13 @@
# Possible: not defined, YES
# Default: not defined
+#APACHE_SYSCONFDIR= /etc/httpd
+# Specifies the location for Apache configuration files.
+# If your ${LOCALBASE} is shared between machines use /etc/httpd
+# or a similar directory that is local to each machine.
+# Possible: Any valid directory
+# Default: ${LOCALBASE}/etc/httpd
+
#APACHE_USER= www
# Used in the apache package to specify the user allowed to execute
# the `suexec' wrapper.