mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
723 B
Plaintext
20 lines
723 B
Plaintext
$NetBSD: patch-aa,v 1.11 2013/10/22 03:21:45 taca Exp $
|
|
|
|
Use proper directories for log and temporary.
|
|
|
|
--- config/main.inc.php.dist.orig 2013-10-21 19:39:23.000000000 +0000
|
|
+++ config/main.inc.php.dist
|
|
@@ -207,10 +207,10 @@ $rcmail_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.
|
|
-$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
|