]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-layout.patch
- release 2
[packages/apache.git] / apache-layout.patch
1 --- httpd-2.4.3/config.layout.orig      2012-04-17 16:01:41.000000000 +0200
2 +++ httpd-2.4.3/config.layout   2012-08-23 13:01:27.879147377 +0200
3 @@ -370,3 +370,29 @@
4      logfiledir:      ${localstatedir}/log/httpd
5      proxycachedir:   ${localstatedir}/cache/httpd
6  </Layout>
7 +
8 +# TLD layout
9 +<Layout TLD>
10 +    prefix:        /usr
11 +    exec_prefix:   ${prefix}
12 +    bindir:        ${exec_prefix}/bin
13 +    sbindir:       ${exec_prefix}/sbin
14 +    libdir:        ${exec_prefix}/lib
15 +    libexecdir:    ${libdir}/apache
16 +    mandir:        /usr/share/man
17 +    infodir:       /usr/share/info
18 +    sysconfdir:    /etc/httpd
19 +    datadir:       /home/services/httpd
20 +    iconsdir:      ${datadir}/icons
21 +    htdocsdir:     ${datadir}/html
22 +    manualdir:     ${datadir}/manual
23 +    errordir:      ${datadir}/error
24 +    cgidir:        ${prefix}/lib/cgi-bin/apache
25 +    includedir:    ${prefix}/include/apache
26 +    localstatedir: /var/lib/httpd
27 +    runtimedir:    /var/run
28 +    logfiledir:    /var/log/httpd
29 +    proxycachedir: /var/cache/httpd
30 +    installbuilddir: ${libexecdir}/build
31 +</Layout>
32 +