summaryrefslogtreecommitdiff
path: root/www/apache6/files/config.layout
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-04-29 21:21:13 +0000
committerjlam <jlam@pkgsrc.org>2001-04-29 21:21:13 +0000
commitf7652389713e0ee3db8798ae9238599e53284587 (patch)
treedde70dc8a3db7a06c84a25ad791ab366231a5ec9 /www/apache6/files/config.layout
parent6a44f59798301b7002f733de62044e470db30b67 (diff)
downloadpkgsrc-f7652389713e0ee3db8798ae9238599e53284587.tar.gz
Make apache and apache6 package skeletons look more similar. Change
maintainer of apache6 package back to itojun@netbsd.org.
Diffstat (limited to 'www/apache6/files/config.layout')
-rw-r--r--www/apache6/files/config.layout20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/apache6/files/config.layout b/www/apache6/files/config.layout
new file mode 100644
index 00000000000..eb4fb4f8082
--- /dev/null
+++ b/www/apache6/files/config.layout
@@ -0,0 +1,20 @@
+# $NetBSD: config.layout,v 1.1 2001/04/29 21:21:14 jlam Exp $
+
+<Layout pkgsrc>
+prefix: @PREFIX@
+exec_prefix: @PREFIX@
+bindir: ${exec_prefix}/bin
+sbindir: ${exec_prefix}/sbin
+libexecdir: ${exec_prefix}/lib/httpd
+mandir: ${prefix}/man
+sysconfdir: @APACHE_SYSCONFDIR@
+datadir: ${prefix}/share/httpd
+iconsdir: ${prefix}/share/httpd/icons
+htdocsdir: ${prefix}/share/httpd/htdocs
+cgidir: ${exec_prefix}/libexec/cgi-bin
+includedir: ${prefix}/include/httpd
+localstatedir: /var/run
+runtimedir: /var/run
+logfiledir: /var/log/httpd
+proxycachedir: /var/spool/httpd/proxy
+</Layout>