summarylogtreecommitdiffstats
path: root/fixes-apache-path.patch
diff options
context:
space:
mode:
authorAlphaJack2021-09-11 16:24:04 +0200
committerAlphaJack2021-09-11 16:24:24 +0200
commit8f043f86d42133ddd1bb4c92ce8455ca43107ebe (patch)
tree7b2403818379f0967acfcb0751a2da0c29fddadf /fixes-apache-path.patch
parent276cf85ad9476cde59f41b8c5baf162aa2e2b68f (diff)
downloadaur-8f043f86d42133ddd1bb4c92ce8455ca43107ebe.tar.gz
Adopted package, updated it to 1.4.dev, rewritten PKGBUILD and dependency list
Diffstat (limited to 'fixes-apache-path.patch')
-rw-r--r--fixes-apache-path.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/fixes-apache-path.patch b/fixes-apache-path.patch
deleted file mode 100644
index 519e9ddff322..000000000000
--- a/fixes-apache-path.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/contrib/apache/fusiondirectory-apache.conf 2016-04-08 10:58:20.963919038 +0200
-+++ b/contrib/apache/fusiondirectory-apache.conf 2016-04-08 11:10:44.903889735 +0200
-@@ -1,8 +1,13 @@
- # Include FusionDirectory to your web service
--Alias /fusiondirectory /var/www/fusiondirectory/html
-+Alias /fusiondirectory /usr/share/webapps/fusiondirectory/html
-+
-+<Directory /usr/share/webapps/fusiondirectory/html>
-+ Require all granted
-+</Directory>
-
- <IfModule mod_php5.c>
- <Location /fusiondirectory>
-+ Require all granted
- php_admin_flag engine on
- php_admin_flag register_globals off
- php_admin_flag allow_call_time_pass_reference off
-