Magellan Linux

Contents of /trunk/apache2/patches/apache2-2.4.43-magellan-layout.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3537 - (show annotations) (download)
Wed Jul 8 20:21:43 2020 UTC (3 years, 9 months ago) by niro
File size: 1193 byte(s)
-rediffed for 2.4.43
1 diff -Naur httpd-2.4.43/config.layout httpd-2.4.43-magellan/config.layout
2 --- httpd-2.4.43/config.layout 2020-02-21 01:39:22.000000000 +0100
3 +++ httpd-2.4.43-magellan/config.layout 2020-07-08 22:17:34.636292276 +0200
4 @@ -419,3 +419,26 @@
5 proxycachedir: ${localstatedir}/cache/apache2
6 </Layout>
7
8 +# Magellan layout
9 +<Layout Magellan>
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}/apache2/modules
16 + mandir: ${prefix}/share/man
17 + sysconfdir: /etc/apache2
18 + datadir: /var/www
19 + installbuilddir: ${libdir}/apache2/build
20 + errordir: ${datadir}/error
21 + iconsdir: ${datadir}/icons
22 + htdocsdir: ${datadir}/htdocs
23 + manualdir: ${datadir}/manual
24 + cgidir: ${datadir}/cgi-bin
25 + includedir: ${prefix}/include/apache2
26 + localstatedir: /var
27 + runtimedir: /run/apache2
28 + logfiledir: /var/log/apache2
29 + proxycachedir: /var/cache/apache2/proxy
30 +</Layout>