diff options
author | kim <kim@pkgsrc.org> | 2001-04-14 19:42:53 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2001-04-14 19:42:53 +0000 |
commit | e6e2609df285ca9f52fcfbed026c89c599bc3ed6 (patch) | |
tree | 550316fb6c9621b8a23bfe8eac7163324adc5bcc /mk | |
parent | fa6aec177e1b3f67cda57938665e27e30bad0cf9 (diff) | |
download | pkgsrc-e6e2609df285ca9f52fcfbed026c89c599bc3ed6.tar.gz |
Use APACHE_SYSCONFDIR to set sysconfdir (the location of config files).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 9 |
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. |