summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.1-layout.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-21 18:18:24 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-21 18:18:24 +0200
commite6cc70b01f04726bec55199ef2cfe9d29a5924b9 (patch)
tree7ec52cea31dd6d49401b15ac3480ef807c93f501 /httpd-2.4.1-layout.patch
parent65e03b2d11ed6e42a421636e29b936edf78459d3 (diff)
httpd: sync with rawhide, update to 2.4.3
Diffstat (limited to 'httpd-2.4.1-layout.patch')
-rw-r--r--httpd-2.4.1-layout.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/httpd-2.4.1-layout.patch b/httpd-2.4.1-layout.patch
deleted file mode 100644
index 57cf13b..0000000
--- a/httpd-2.4.1-layout.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- httpd-2.4.1/config.layout.layout
-+++ httpd-2.4.1/config.layout
-@@ -347,3 +347,26 @@
- proxycachedir: ${localstatedir}/proxy
- </Layout>
-
-+# Fedora/RHEL layout
-+<Layout Fedora>
-+ prefix: /usr
-+ exec_prefix: ${prefix}
-+ bindir: ${prefix}/bin
-+ sbindir: ${prefix}/sbin
-+ libdir: ${prefix}/lib
-+ libexecdir: ${prefix}/libexec
-+ mandir: ${prefix}/man
-+ sysconfdir: /etc/httpd/conf
-+ datadir: ${prefix}/share/httpd
-+ installbuilddir: ${libdir}/httpd/build
-+ errordir: ${datadir}/error
-+ iconsdir: ${datadir}/icons
-+ htdocsdir: /var/www/html
-+ manualdir: ${datadir}/manual
-+ cgidir: /var/www/cgi-bin
-+ includedir: ${prefix}/include/httpd
-+ localstatedir: /var
-+ runtimedir: /run/httpd
-+ logfiledir: ${localstatedir}/log/httpd
-+ proxycachedir: ${localstatedir}/cache/httpd
-+</Layout>