summaryrefslogtreecommitdiff
path: root/backport-layout_add_openEuler.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-08-28 06:53:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-08-28 06:53:42 +0000
commit5622ca33a2bbafb3ee10248b752876dc66ec28fb (patch)
tree7c8557f2349e0d2b353bf60d3a952b5ba79b259b /backport-layout_add_openEuler.patch
parent234812b47987978dfc84e99bfdca4f5f4d6fbfa9 (diff)
automatic import of httpd
Diffstat (limited to 'backport-layout_add_openEuler.patch')
-rw-r--r--backport-layout_add_openEuler.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/backport-layout_add_openEuler.patch b/backport-layout_add_openEuler.patch
new file mode 100644
index 0000000..54e0c97
--- /dev/null
+++ b/backport-layout_add_openEuler.patch
@@ -0,0 +1,34 @@
+diff -urN a/config.layout b/config.layout
+--- a/config.layout 2018-02-09 18:30:35.000000000 +0800
++++ b/config.layout 2019-09-21 09:36:47.000000000 +0800
+@@ -154,6 +154,30 @@
+ proxycachedir: ${localstatedir}/cache/httpd/proxy
+ </Layout>
+
++# Layout used in openEuler httpd packaging.
++<Layout openEuler>
++ 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/proxy
++</Layout>
++
+ # According to the /opt filesystem conventions
+ <Layout opt>
+ prefix: /opt/apache