community/roundcubemail: adjust config default for tmp and log dirs

This commit is contained in:
Leonardo Arena 2018-01-16 10:44:27 +00:00
parent ec8ce1596c
commit d912ee80e4
2 changed files with 15 additions and 3 deletions

View File

@ -3,7 +3,7 @@
_php=php7 _php=php7
pkgname=roundcubemail pkgname=roundcubemail
pkgver=1.3.4 pkgver=1.3.4
pkgrel=0 pkgrel=1
pkgdesc="A PHP web-based mail client" pkgdesc="A PHP web-based mail client"
url="http://www.roundcube.net" url="http://www.roundcube.net"
arch="noarch" arch="noarch"
@ -80,4 +80,4 @@ installer() {
} }
sha512sums="bb42f95ea6d506ca2aacd9cb7ebcaa7e7f5eaa0a270eb7f041aefd96d441d1d27e245d997809547af0642180fe58f4607e688a6c5868c8a3add6ae1aa22b8169 roundcubemail-1.3.4.tar.gz sha512sums="bb42f95ea6d506ca2aacd9cb7ebcaa7e7f5eaa0a270eb7f041aefd96d441d1d27e245d997809547af0642180fe58f4607e688a6c5868c8a3add6ae1aa22b8169 roundcubemail-1.3.4.tar.gz
c067a786dada439829bf9b68a3a15e592b2e889de7d4fd7ea90316fcd3196f0c2bdfee53e9a9c2daa2d5c556fcf8453fa50fc5b01599a41109ff76c2a50a1d90 fix-dirs.patch" a8dc9e9493f9b24441378f6a526eb26e4dd4b0ef0cafaf25dd55c334b92df88dcb06008f46404a80eae0520ac04431c5b2237fd662c85c31fc6ee2b0d8fa9435 fix-dirs.patch"

View File

@ -1,6 +1,18 @@
--- a/config/config.inc.php.sample
+++ b/config/config.inc.php.sample
@@ -84,3 +84,9 @@
// skin name: folder from skins/
$config['skin'] = 'larry';
+
+// Temporary directory
+$config['temp_dir'] = '/tmp';
+
+// Log directory
+$config['log_dir'] = '/var/log/roundcube';
--- a/program/include/iniset.php --- a/program/include/iniset.php
+++ b/program/include/iniset.php +++ b/program/include/iniset.php
@@ -44,7 +44,7 @@ @@ -29,7 +29,7 @@
} }
if (!defined('RCMAIL_CONFIG_DIR')) { if (!defined('RCMAIL_CONFIG_DIR')) {