summaryrefslogtreecommitdiff
path: root/mail/roundcube/patches/patch-aa
blob: abb8b8febffbf324fc12ba26348df22e46326927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.9 2012/01/14 15:36:24 taca Exp $

Use proper directories for log and temporary.

--- config/main.inc.php.dist.orig	2011-11-30 13:11:34.000000000 +0000
+++ config/main.inc.php.dist
@@ -174,10 +174,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@/spool/roundcube/';
 
 // lifetime of message cache
 // possible units: s, m, h, d, w