forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-admin/mcelog: fix logrotate file syntax
Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
4aed90b
commit 6feb18a
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Should be in the next release: | ||
https://github.com/andikleen/mcelog/commit/2261c74a88f9bc9e87c9ffaae5a98261087730ae.patch | ||
|
||
From: Andi Kleen <[email protected]> | ||
Date: Sat, 6 Nov 2021 07:22:24 -0700 | ||
Subject: [PATCH] Fix logrotate syntax | ||
|
||
Fixes #102 | ||
|
||
Signed-off-by: Andi Kleen <[email protected]> | ||
--- a/mcelog.logrotate | ||
+++ b/mcelog.logrotate | ||
@@ -3,7 +3,7 @@ | ||
dateext | ||
maxage 365 | ||
rotate 99 | ||
- size=+2048k | ||
+ size +2048k | ||
notifempty | ||
missingok | ||
copytruncate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters