Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1928 - (show annotations) (download)
Wed Oct 31 11:33:28 2012 UTC (11 years, 6 months ago) by niro
File size: 1223 byte(s)
-rediffed patches and added mod_systemd patch
1 diff -Naur httpd-2.2.4/config.layout httpd-2.2.4-magellan/config.layout
2 --- httpd-2.2.4/config.layout 2004-11-21 19:50:36.000000000 +0100
3 +++ httpd-2.2.4-magellan/config.layout 2007-06-29 21:38:46.000000000 +0200
4 @@ -322,3 +322,27 @@
5 installbuilddir: ${prefix}/etc/apache2/build
6 errordir: ${datadir}/error
7 </Layout>
8 +
9 +# Magellan layout
10 +<Layout Magellan>
11 + prefix: /usr
12 + exec_prefix: ${prefix}
13 + bindir: ${exec_prefix}/bin
14 + sbindir: ${exec_prefix}/sbin
15 + libdir: ${exec_prefix}/lib
16 + libexecdir: ${libdir}/apache2/modules
17 + mandir: ${prefix}/share/man
18 + sysconfdir: /etc/apache2
19 + datadir: /var/www
20 + installbuilddir: ${libdir}/apache2/build
21 + errordir: ${datadir}/error
22 + iconsdir: ${datadir}/icons
23 + htdocsdir: ${datadir}/htdocs
24 + manualdir: ${datadir}/manual
25 + cgidir: ${datadir}/cgi-bin
26 + includedir: ${prefix}/include/apache2
27 + localstatedir: /var
28 + runtimedir: /run/apache2
29 + logfiledir: /var/log/apache2
30 + proxycachedir: /var/cache/apache2/proxy
31 +</Layout>