summaryrefslogtreecommitdiffstats
path: root/roundcubemail-1.0.3-confpath.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-17 07:49:25 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-17 07:49:25 +0100
commit5c1aea1c7d9a88e09eb8ee0ce0240dfb0d92820d (patch)
treee767c12fcbf9508775ca1540227209a04745819b /roundcubemail-1.0.3-confpath.patch
parent76d4df268eda2d6e5dce6a6a90a96982d10c8636 (diff)
roundcubemail: 1.1.0
Diffstat (limited to 'roundcubemail-1.0.3-confpath.patch')
-rw-r--r--roundcubemail-1.0.3-confpath.patch70
1 files changed, 0 insertions, 70 deletions
diff --git a/roundcubemail-1.0.3-confpath.patch b/roundcubemail-1.0.3-confpath.patch
deleted file mode 100644
index 3cfb386..0000000
--- a/roundcubemail-1.0.3-confpath.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-diff -up roundcubemail-1.0.0-dep/config/defaults.inc.php.rpm roundcubemail-1.0.0-dep/config/defaults.inc.php
---- roundcubemail-1.0.0-dep/config/defaults.inc.php.rpm 2014-04-06 16:13:17.000000000 +0200
-+++ roundcubemail-1.0.0-dep/config/defaults.inc.php 2014-05-08 16:30:40.712838264 +0200
-@@ -309,10 +309,10 @@ $config['user_aliases'] = false;
-
- // use this folder to store log files (must be writeable for apache user)
- // This is used by the 'file' log driver.
--$config['log_dir'] = RCUBE_INSTALL_PATH . 'logs/';
-+$config['log_dir'] = '/var/log/roundcubemail/';
-
- // use this folder to store temp files (must be writeable for apache user)
--$config['temp_dir'] = RCUBE_INSTALL_PATH . 'temp/';
-+$config['temp_dir'] = '/var/lib/roundcubemail/';
-
- // expire files in temp_dir after 48 hours
- // possible units: s, m, h, d, w
-@@ -494,7 +494,7 @@ $config['mime_magic'] = null;
- // This is used to derive mime-types from the filename extension or vice versa.
- // Such a file is usually part of the apache webserver. If you don't find a file named mime.types on your system,
- // download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
--$config['mime_types'] = null;
-+$config['mime_types'] = '/etc/mime.types';
-
- // path to imagemagick identify binary
- $config['im_identify_path'] = null;
-diff -up roundcubemail-1.0.0-dep/installer/index.php.rpm roundcubemail-1.0.0-dep/installer/index.php
---- roundcubemail-1.0.0-dep/installer/index.php.rpm 2014-04-06 16:13:17.000000000 +0200
-+++ roundcubemail-1.0.0-dep/installer/index.php 2014-05-08 16:30:40.712838264 +0200
-@@ -41,7 +41,7 @@ ini_set('display_errors', 1);
-
- define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
- define('RCUBE_INSTALL_PATH', INSTALL_PATH);
--define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/');
-+define('RCUBE_CONFIG_DIR', '/etc/roundcubemail/');
-
- $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
- $include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
-diff -up roundcubemail-1.0.0-dep/program/include/iniset.php.rpm roundcubemail-1.0.0-dep/program/include/iniset.php
---- roundcubemail-1.0.0-dep/program/include/iniset.php.rpm 2014-04-06 16:13:17.000000000 +0200
-+++ roundcubemail-1.0.0-dep/program/include/iniset.php 2014-05-08 16:30:40.712838264 +0200
-@@ -29,7 +29,7 @@ if (!defined('INSTALL_PATH')) {
- }
-
- if (!defined('RCMAIL_CONFIG_DIR')) {
-- define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
-+ define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
- }
-
- if (!defined('RCUBE_LOCALIZATION_DIR')) {
-@@ -37,7 +37,7 @@ if (!defined('RCUBE_LOCALIZATION_DIR'))
- }
-
- define('RCUBE_INSTALL_PATH', INSTALL_PATH);
--define('RCUBE_CONFIG_DIR', RCMAIL_CONFIG_DIR.'/');
-+define('RCUBE_CONFIG_DIR', '/etc/roundcubemail/');
-
-
- // RC include folders MUST be included FIRST to avoid other
-diff -up roundcubemail-1.0.0-dep/program/lib/Roundcube/bootstrap.php.rpm roundcubemail-1.0.0-dep/program/lib/Roundcube/bootstrap.php
---- roundcubemail-1.0.0-dep/program/lib/Roundcube/bootstrap.php.rpm 2014-04-06 16:13:18.000000000 +0200
-+++ roundcubemail-1.0.0-dep/program/lib/Roundcube/bootstrap.php 2014-05-08 16:30:40.712838264 +0200
-@@ -66,7 +66,7 @@ if (!defined('RCUBE_INSTALL_PATH')) {
- }
-
- if (!defined('RCUBE_CONFIG_DIR')) {
-- define('RCUBE_CONFIG_DIR', RCUBE_INSTALL_PATH . 'config/');
-+ define('RCUBE_CONFIG_DIR', '/etc/roundcubemail/');
- }
-
- if (!defined('RCUBE_PLUGINS_DIR')) {