summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-12 05:05:02 +0000
committerSam James <sam@gentoo.org>2021-11-12 05:05:13 +0000
commit6feb18a9349da1ced86faf2e759f6797f74510ff (patch)
tree17276254ff9dbed6d968e7305644ed6599c537de /app-admin/mcelog/files
parentdev-db/firebird: fix logrotate file syntax (diff)
downloadgentoo-6feb18a9349da1ced86faf2e759f6797f74510ff.tar.gz
gentoo-6feb18a9349da1ced86faf2e759f6797f74510ff.tar.bz2
gentoo-6feb18a9349da1ced86faf2e759f6797f74510ff.zip
app-admin/mcelog: fix logrotate file syntax
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/mcelog/files')
-rw-r--r--app-admin/mcelog/files/mcelog-179-fix-logrotate.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/mcelog/files/mcelog-179-fix-logrotate.patch b/app-admin/mcelog/files/mcelog-179-fix-logrotate.patch
new file mode 100644
index 000000000000..66978d022475
--- /dev/null
+++ b/app-admin/mcelog/files/mcelog-179-fix-logrotate.patch
@@ -0,0 +1,21 @@
+Should be in the next release:
+https://github.com/andikleen/mcelog/commit/2261c74a88f9bc9e87c9ffaae5a98261087730ae.patch
+
+From: Andi Kleen <andi@firstfloor.org>
+Date: Sat, 6 Nov 2021 07:22:24 -0700
+Subject: [PATCH] Fix logrotate syntax
+
+Fixes #102
+
+Signed-off-by: Andi Kleen <andi@firstfloor.org>
+--- a/mcelog.logrotate
++++ b/mcelog.logrotate
+@@ -3,7 +3,7 @@
+ dateext
+ maxage 365
+ rotate 99
+- size=+2048k
++ size +2048k
+ notifempty
+ missingok
+ copytruncate