diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-16 10:44:27 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-16 10:46:48 +0000 |
commit | d912ee80e44842562ae83e9cd3d0e0bd4d02ebd2 (patch) | |
tree | ee960ca6bf4ba816cd0949b931ada1531d7e2eb6 /community/roundcubemail | |
parent | ec8ce1596c00bebee3bd18e2348b8fc663b4b952 (diff) | |
download | aports-d912ee80e44842562ae83e9cd3d0e0bd4d02ebd2.tar.bz2 aports-d912ee80e44842562ae83e9cd3d0e0bd4d02ebd2.tar.xz |
community/roundcubemail: adjust config default for tmp and log dirs
Diffstat (limited to 'community/roundcubemail')
-rw-r--r-- | community/roundcubemail/APKBUILD | 4 | ||||
-rw-r--r-- | community/roundcubemail/fix-dirs.patch | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 9ee60c4ab9..f4004a2dda 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -3,7 +3,7 @@ _php=php7 pkgname=roundcubemail pkgver=1.3.4 -pkgrel=0 +pkgrel=1 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" arch="noarch" @@ -80,4 +80,4 @@ installer() { } sha512sums="bb42f95ea6d506ca2aacd9cb7ebcaa7e7f5eaa0a270eb7f041aefd96d441d1d27e245d997809547af0642180fe58f4607e688a6c5868c8a3add6ae1aa22b8169 roundcubemail-1.3.4.tar.gz -c067a786dada439829bf9b68a3a15e592b2e889de7d4fd7ea90316fcd3196f0c2bdfee53e9a9c2daa2d5c556fcf8453fa50fc5b01599a41109ff76c2a50a1d90 fix-dirs.patch" +a8dc9e9493f9b24441378f6a526eb26e4dd4b0ef0cafaf25dd55c334b92df88dcb06008f46404a80eae0520ac04431c5b2237fd662c85c31fc6ee2b0d8fa9435 fix-dirs.patch" diff --git a/community/roundcubemail/fix-dirs.patch b/community/roundcubemail/fix-dirs.patch index ce881fbeac..bb0f809c35 100644 --- a/community/roundcubemail/fix-dirs.patch +++ b/community/roundcubemail/fix-dirs.patch @@ -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 +++ b/program/include/iniset.php -@@ -44,7 +44,7 @@ +@@ -29,7 +29,7 @@ } if (!defined('RCMAIL_CONFIG_DIR')) { |