mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/redis: fix path to logfile for logrotate
This commit is contained in:
parent
5e28f200b0
commit
67fddeea7f
@ -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"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/var/log/redis.log {
|
||||
/var/log/redis/redis.log {
|
||||
notifempty
|
||||
copytruncate
|
||||
missingok
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user