diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2001-11-11 08:02:37 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2001-11-11 08:02:37 +0100 |
commit | 4dcff54a54ad10c07772408e59567436d265599f (patch) | |
tree | 1250f1d9f52b2cd3a37b05fba2f81bd0eb5fd6c0 | |
parent | minor tweaks to pass a parm of the right type to apr_poll() and (diff) | |
download | apache2-4dcff54a54ad10c07772408e59567436d265599f.tar.xz apache2-4dcff54a54ad10c07772408e59567436d265599f.zip |
Add Debian Layout
Submitted by: Daniel Stone <daniel@sfarc.net>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91851 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | config.layout | 22 |
2 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,7 @@ Changes with Apache 2.0.29-dev + *) Add Debian layout. [Daniel Stone <daniel@sfarc.net>] + *) If shared modules are requested and mod_so is not available, produce a fatal config-time error. [Justin Erenkrantz] diff --git a/config.layout b/config.layout index 93cd1fe105..88070670a1 100644 --- a/config.layout +++ b/config.layout @@ -285,3 +285,25 @@ logfiledir: $prefix/logs proxycachedir: $prefix/proxy </Layout> + +# Debian layout +<Layout Debian> + prefix: + exec_prefix: $prefix/usr + bindir: $exec_prefix/bin + sbindir: $exec_prefix/sbin + libexecdir: $exec_prefix/lib/apache2/modules + mandir: $exec_prefix/share/man + sysconfdir: $prefix/etc/apache2 + datadir: $exec_prefix/share/apache2 + iconsdir: $datadir/icons + htdocsdir: $prefix/usr/share/apache2/default-site/htdocs + cgidir: $prefix/usr/lib/cgi-bin + includedir: $exec_prefix/include/apache2 + localstatedir: $prefix/var/run + runtimedir: $prefix/var/run + logfiledir: $prefix/var/log/apache2 + proxycachedir: $prefix/var/cache/apache2/proxy + infodir: $exec_prefix/share/info + installbuilddir: $prefix/etc/apache2/build +</Layout> |