summaryrefslogtreecommitdiffstats
path: root/roundcubemail-0.4.1-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.4.1-confpath.patch
parentd963afc8d7cd50aadf59ddd4d359fc0e47e180bf (diff)
roundcubemail: 0.9.0
Diffstat (limited to 'roundcubemail-0.4.1-confpath.patch')
-rw-r--r--roundcubemail-0.4.1-confpath.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/roundcubemail-0.4.1-confpath.patch b/roundcubemail-0.4.1-confpath.patch
deleted file mode 100644
index 7311f96..0000000
--- a/roundcubemail-0.4.1-confpath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- program/include/iniset.php~ 2010-09-29 05:04:09.000000000 -0500
-+++ program/include/iniset.php 2010-10-04 08:29:02.687967293 -0500
-@@ -46,7 +46,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');
- }
-
- // make sure path_separator is defined