summarylogtreecommitdiffstats
path: root/fixes-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fixes-path.patch')
-rw-r--r--fixes-path.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/fixes-path.patch b/fixes-path.patch
new file mode 100644
index 000000000000..fa47f6f44e25
--- /dev/null
+++ b/fixes-path.patch
@@ -0,0 +1,17 @@
+--- a/contrib/bin/fusiondirectory-setup 2015-02-25 09:18:20.000000000 +0100
++++ b/contrib/bin/fusiondirectory-setup 2015-02-25 14:41:44.572099789 +0100
+@@ -34,12 +34,12 @@
+
+ # fd's directory and class.cache file's path declaration
+ my %vars = (
+- fd_home => "/var/www/fusiondirectory",
++ fd_home => "/usr/share/webapps/fusiondirectory",
+ fd_cache => "/var/cache/fusiondirectory",
+ fd_config_dir => "/etc/fusiondirectory",
+ fd_smarty_dir => "/usr/share/php/smarty3",
+ fd_spool_dir => "/var/spool/fusiondirectory",
+- ldap_conf => "/etc/ldap/ldap.conf",
++ ldap_conf => "/etc/openldap/ldap.conf",
+ config_file => "fusiondirectory.conf",
+ secrets_file => "fusiondirectory.secrets",
+ locale_dir => "locale",