22 lines
553 B
Diff
22 lines
553 B
Diff
|
From 8a29368bf1077757d160535e381c6f6de32a95fb Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 20 Jul 2011 17:21:02 +0200
|
||
|
Subject: [PATCH] dracut.logrotate: remove "yearly"
|
||
|
|
||
|
logrotate would only rotate yearly with it
|
||
|
---
|
||
|
dracut.logrotate | 1 -
|
||
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/dracut.logrotate b/dracut.logrotate
|
||
|
index e7d4f0a..76bdd80 100644
|
||
|
--- a/dracut.logrotate
|
||
|
+++ b/dracut.logrotate
|
||
|
@@ -2,6 +2,5 @@
|
||
|
missingok
|
||
|
notifempty
|
||
|
size 30k
|
||
|
- yearly
|
||
|
create 0600 root root
|
||
|
}
|