]> granicus.if.org Git - apache/commitdiff
Add FreeBSD directory layout
authorAndré Malo <nd@apache.org>
Sun, 29 Jun 2003 16:44:22 +0000 (16:44 +0000)
committerAndré Malo <nd@apache.org>
Sun, 29 Jun 2003 16:44:22 +0000 (16:44 +0000)
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

CHANGES
config.layout

diff --git a/CHANGES b/CHANGES
index 3bb131887b9808943965a19ac46f98313f26d2d7..08df847a1199fdb573d2fc17638ac76b15f4fe56 100644 (file)
--- 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]
index b4a317d3d7cb38c6c45320a3c02c2b1b231dee49..03cb8f5930ae2f2bd35d9955b3412bdde093f396 100644 (file)
     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: