summarylogtreecommitdiffstats
path: root/0005-httpd.patch
diff options
context:
space:
mode:
authorkhvalera2023-02-09 23:58:03 +0200
committerkhvalera2023-02-09 23:58:03 +0200
commit4c00f6307130a4a9a8c043d81fd250245f8da20a (patch)
treef1564af24be33d030fff9cd29de0ce618cd972ad /0005-httpd.patch
parentd6eb8eec28d61e7ab7d66b47551d021255d1739c (diff)
downloadaur-4c00f6307130a4a9a8c043d81fd250245f8da20a.tar.gz
bareos-22.0.1-1
Diffstat (limited to '0005-httpd.patch')
-rw-r--r--0005-httpd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0005-httpd.patch b/0005-httpd.patch
new file mode 100644
index 000000000000..c8d8e8a56876
--- /dev/null
+++ b/0005-httpd.patch
@@ -0,0 +1,11 @@
+--- webui/CMakeLists.txt 2022-05-10 23:29:44.000000000 +0300
++++ webui/CMakeLists.txt 2022-05-11 00:05:05.698335917 +0300
+@@ -76,7 +76,7 @@
+ elseif(EXISTS ${sysconfdir}/apache2/conf-available)
+ set(HTTPD_CONF ${sysconfdir}/apache2/conf-available)
+ else()
+- set(HTTPD_CONF ${sysconfdir}/httpd/conf.d)
++ set(HTTPD_CONF ${sysconfdir}/httpd/conf/extra )
+ endif()
+
+ configure_file(