summaryrefslogtreecommitdiffstats
path: root/roundcubemail-0.9.0-confpath.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-04 11:11:09 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-04 11:11:09 +0200
commitaa4ea394a615bb99edc360ddf5a93b8b4df39547 (patch)
tree0e785b9c014087cd375122eaa2ad709d4699d513 /roundcubemail-0.9.0-confpath.patch
parentd963afc8d7cd50aadf59ddd4d359fc0e47e180bf (diff)
roundcubemail: 0.9.0
Diffstat (limited to 'roundcubemail-0.9.0-confpath.patch')
-rw-r--r--roundcubemail-0.9.0-confpath.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/roundcubemail-0.9.0-confpath.patch b/roundcubemail-0.9.0-confpath.patch
new file mode 100644
index 0000000..d86a26d
--- /dev/null
+++ b/roundcubemail-0.9.0-confpath.patch
@@ -0,0 +1,23 @@
+--- roundcubemail-0.9.0-dep/program/include/iniset.php 2013-04-15 13:43:00.000000000 -0700
++++ roundcubemail-0.9.0-dep/program/include/iniset.php.new 2013-05-01 16:59:49.434415736 -0700
+@@ -44,7 +44,8 @@
+ }
+
+ if (!defined('RCMAIL_CONFIG_DIR')) {
+- define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
++# define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
++ define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
+ }
+
+ if (!defined('RCUBE_LOCALIZATION_DIR')) {
+--- roundcubemail-0.9.0-dep/program/lib/Roundcube/bootstrap.php 2013-04-15 13:43:01.000000000 -0700
++++ roundcubemail-0.9.0-dep/program/lib/Roundcube/bootstrap.php.new 2013-05-01 17:13:34.657216045 -0700
+@@ -64,7 +64,7 @@
+ }
+
+ if (!defined('RCUBE_CONFIG_DIR')) {
+- define('RCUBE_CONFIG_DIR', RCUBE_INSTALL_PATH . 'config/');
++ define('RCUBE_CONFIG_DIR', '/etc/roundcubemail');
+ }
+
+ if (!defined('RCUBE_PLUGINS_DIR')) {