summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-06-29 16:44:22 +0000
committerAndré Malo <nd@apache.org>2003-06-29 16:44:22 +0000
commitcaee125c7bc94cc59f83ab6cfeed7361872cb09c (patch)
tree92516c4fb50ecf8a3e9f219f3cbe2b8bbecb60f7
parent57efed6c6fc88346cce3b5b6d368352a23c671bd (diff)
downloadhttpd-caee125c7bc94cc59f83ab6cfeed7361872cb09c.tar.gz
Add FreeBSD directory layout
PR: 21100 Submitted by: info@orangexl.com (Sander Holthaus) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100397 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--config.layout24
2 files changed, 27 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3bb131887b..08df847a11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev
[Remove entries to the current 2.0 section below, when backported]
+ *) Added FreeBSD directory layout. PR 21100.
+ [Sander Holthaus <info@orangexl.com>, André Malo]
+
*) Correct the code in ap_check_cache_feshness to check max_age,
smax_age, and expires correctly. Patch submitted by Thomas
Castelle [Paul J. Reder]
diff --git a/config.layout b/config.layout
index b4a317d3d7..03cb8f5930 100644
--- a/config.layout
+++ b/config.layout
@@ -274,6 +274,30 @@
proxycachedir: ${prefix}/proxy
</Layout>
+# FreeBSD Layout
+<Layout FreeBSD>
+ prefix: /usr/local
+ exec_prefix: ${prefix}
+ bindir: ${exec_prefix}/bin
+ sbindir: ${exec_prefix}/sbin
+ libdir: ${exec_prefix}/lib
+ libexecdir: ${exec_prefix}/libexec/apache2
+ mandir: ${prefix}/man
+ sysconfdir: ${prefix}/etc/apache2
+ datadir: ${prefix}/www
+ installbuilddir: ${prefix}/share/apache2/build
+ errordir: ${datadir}/error
+ iconsdir: ${datadir}/icons
+ htdocsdir: ${datadir}/data
+ manualdir: ${prefix}/share/doc/apache2
+ cgidir: ${datadir}/cgi-bin
+ includedir: ${prefix}/include/apache2
+ localstatedir: /var
+ runtimedir: ${localstatedir}/run
+ logfiledir: ${localstatedir}/log
+ proxycachedir: ${datadir}/proxy
+</Layout>
+
# Debian layout
<Layout Debian>
prefix: