aboutsummaryrefslogtreecommitdiffstats
path: root/main/logrotate
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-03-21 02:49:46 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-03-25 11:43:51 +0000
commitae678216176a28212157c125801c8ae02ee20aec (patch)
treebc4b050977d56b69601332f327285f585eeb1454 /main/logrotate
parent33a6b2b1852d5bb4c305489cc10e7b67417899a0 (diff)
downloadaports-ae678216176a28212157c125801c8ae02ee20aec.tar.bz2
aports-ae678216176a28212157c125801c8ae02ee20aec.tar.xz
main/logrotate: add tabooext for .apk-new files
this stops /etc/logrotate.d/*.apk-new files from being run.
Diffstat (limited to 'main/logrotate')
-rw-r--r--main/logrotate/APKBUILD8
-rw-r--r--main/logrotate/logrotate.conf3
2 files changed, 7 insertions, 4 deletions
diff --git a/main/logrotate/APKBUILD b/main/logrotate/APKBUILD
index 75895f4a8a..1bacbfdd14 100644
--- a/main/logrotate/APKBUILD
+++ b/main/logrotate/APKBUILD
@@ -3,7 +3,7 @@
pkgname=logrotate
pkgver=3.9.1
_relver="r${pkgver//./-}"
-pkgrel=2
+pkgrel=3
pkgdesc="Tool to rotate logfiles"
url="https://github.com/logrotate/logrotate"
arch="all"
@@ -48,13 +48,13 @@ package() {
md5sums="8572b7c2cf9ade09a8a8e10098500fb3 logrotate-r3-9-1.tar.gz
7e9fad2c9b382a2370c11ef0c89f61c7 logrotate.cron
-dbe6b14d5265e32f8e1b655ae34ae3a3 logrotate.conf
+f86dfc4c8aa6f0a34c87d17bfba95f6e logrotate.conf
e7e4b67d5c4bda49ff3c041834180c1e logrotate.confd"
sha256sums="5bf8e478c428e7744fefa465118f8296e7e771c981fb6dffb7527856a0ea3617 logrotate-r3-9-1.tar.gz
ccbcf1785c754ce07a55b81223ae5b0c2caec1ccf9cdf865debb140052f9b363 logrotate.cron
-4ceb3045968a7bc539a808821fb7ca03521806153b012bdb3800e1811d2772f9 logrotate.conf
+1dd222e9ce65f15c161c535d5422793e39641410200fd51462152fcca4c87e07 logrotate.conf
814bea9082cfa3a9446e25f4f4fe4fe205130cea6ba15dc8286409c3d01a3973 logrotate.confd"
sha512sums="f97fbbff69e0ec711a1a3d66d75823feb7db0356a019b365d1a1e872297c7792f3b4f4d8cb4e0a069aac7dcd0809e3da2d4fc0eef0c4e5bd2180a7a4c67dc19b logrotate-r3-9-1.tar.gz
f4d708594fb2b240cfc2928f38a180d27c2cecb9867e048dc29a32c0147244db4d2f6d92e7bff27e1f2623537587db87b2f8fc9bb988f98eff0c98f79f5a5bf2 logrotate.cron
-a21f664cee9a3fa01c207fe126cef85d127c90ea012f4ecde47396ec1139dd489c04f92d5075fc1b0cbcc604af84c2ff01dccdaeca630db088c2f6e521fabe82 logrotate.conf
+9e6a1d024b1cf1ddb8b631fdc1379bfecbfeb1af873930d2a19d32313b26881926df5c21b47b55ada2b6012be981ec2d6d8fa2f249a68b61fd2c97c32f52a957 logrotate.conf
be9f0043b594d26b4f64e07a2188d19c3c43af75ef726305e4d98f744fc16cee9f280227116858e2f5b781c0a7b58e0209d7e9ab1285dfa7ba55a9dfda700229 logrotate.confd"
diff --git a/main/logrotate/logrotate.conf b/main/logrotate/logrotate.conf
index bcfc174a7e..ba75a0c2cb 100644
--- a/main/logrotate/logrotate.conf
+++ b/main/logrotate/logrotate.conf
@@ -11,6 +11,9 @@ create
# use date as a suffix of the rotated file
dateext
+# exclude alpine files
+tabooext + .apk-new
+
# uncomment this if you want your log files compressed
compress