summaryrefslogtreecommitdiff
path: root/mail/roundcube/patches/patch-aa
blob: fd3d9ad3de2e2d41f5e200040a99652f3777c508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.8 2011/01/13 12:19:19 adam Exp $

--- config/main.inc.php.dist.orig	2011-01-12 08:13:40.000000000 +0000
+++ config/main.inc.php.dist
@@ -163,10 +163,10 @@ $rcmail_config['enable_installer'] = fal
 
 // use this folder to store log files (must be writeable for apache user)
 // This is used by the 'file' log driver.
-$rcmail_config['log_dir'] = 'logs/';
+$rcmail_config['log_dir'] = '@VARBASE@/log/roundcube/';
 
 // use this folder to store temp files (must be writeable for apache user)
-$rcmail_config['temp_dir'] = 'temp/';
+$rcmail_config['temp_dir'] = '@VARBASE@/tmp/roundcube/';
 
 // enable caching of messages and mailbox data in the local database.
 // this is recommended if the IMAP server does not run on the same machine
@@ -626,3 +626,6 @@ $rcmail_config['dsn_default'] = 0;
 $rcmail_config['reply_same_folder'] = false;
 
 // end of config file
+
+include_once('main-local.inc.php');
+?>