summaryrefslogtreecommitdiffstats
path: root/testing/redis
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-06-05 08:43:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-06-05 08:44:30 +0000
commit67fddeea7fa6e6f8c87b9e27dfc879aec1526243 (patch)
treeaf7dd8b7c6f821d03062b152ec72f4426ed0b241 /testing/redis
parent5e28f200b02cb5cebd8bb7d450f5f49e6288e581 (diff)
downloadaports-67fddeea7fa6e6f8c87b9e27dfc879aec1526243.tar.bz2
aports-67fddeea7fa6e6f8c87b9e27dfc879aec1526243.tar.xz
testing/redis: fix path to logfile for logrotate
Diffstat (limited to 'testing/redis')
-rw-r--r--testing/redis/APKBUILD4
-rw-r--r--testing/redis/redis.logrotate2
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/redis/APKBUILD b/testing/redis/APKBUILD
index e0e0e908c..a2fd45bb1 100644
--- a/testing/redis/APKBUILD
+++ b/testing/redis/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=redis
pkgver=2.4.14
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced key-value store"
url="http://redis.googlecode.com"
arch="all"
@@ -68,5 +68,5 @@ package() {
md5sums="1bc8f833b955ef119d643da08084433f redis-2.4.14.tar.gz
7fb0daf8dcfcda6fd6291dc0291ce579 redis.initd
-9e2d75b7a9dc421122d673fe520ef17f redis.logrotate
+f49b80f4418f456dbf865a32443d4d1d redis.logrotate
bf204d560e41b854297c60aff8d862d5 redis.confd"
diff --git a/testing/redis/redis.logrotate b/testing/redis/redis.logrotate
index 01d11422a..aa5f6a254 100644
--- a/testing/redis/redis.logrotate
+++ b/testing/redis/redis.logrotate
@@ -1,4 +1,4 @@
-/var/log/redis.log {
+/var/log/redis/redis.log {
notifempty
copytruncate
missingok