From 696a7e36a619d8e5dde7bed754105e2a2ea6f5e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 May 2014 09:25:50 +0200 Subject: roundcubemail: 1.0.0 --- roundcubemail-0.9.0-confpath.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 roundcubemail-0.9.0-confpath.patch (limited to 'roundcubemail-0.9.0-confpath.patch') diff --git a/roundcubemail-0.9.0-confpath.patch b/roundcubemail-0.9.0-confpath.patch deleted file mode 100644 index d86a26d..0000000 --- a/roundcubemail-0.9.0-confpath.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- 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')) { -- cgit