summaryrefslogtreecommitdiff
path: root/www/apache/files
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 /www/apache/files
parent95d6a2c1af879e377852ab4f734d85f59608d316 (diff)
downloadpkgsrc-c36e704b1c50bfb9eb5f38350e6f54b9d1651330.tar.gz
Use APACHE_SYSCONFDIR to set sysconfdir (the location of config files).
Diffstat (limited to 'www/apache/files')
-rw-r--r--www/apache/files/config.layout4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/files/config.layout b/www/apache/files/config.layout
index e74da5a03dd..f35b0b74bce 100644
--- a/www/apache/files/config.layout
+++ b/www/apache/files/config.layout
@@ -1,4 +1,4 @@
-# $NetBSD: config.layout,v 1.1 2001/03/13 20:52:27 jlam Exp $
+# $NetBSD: config.layout,v 1.2 2001/04/14 19:42:54 kim Exp $
<Layout pkgsrc>
prefix: @PREFIX@
@@ -7,7 +7,7 @@ bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/sbin
libexecdir: ${exec_prefix}/lib/httpd
mandir: ${prefix}/man
-sysconfdir: ${prefix}/etc/httpd
+sysconfdir: @APACHE_SYSCONFDIR@
datadir: ${prefix}/share/httpd
iconsdir: ${prefix}/share/httpd/icons
htdocsdir: ${prefix}/share/httpd/htdocs