mcelog/mcelog-fix-trigger-path-and-cacheing.patch
Prarit Bhargava f3fadcfa02 mcelog, update to 101 latest
It has been a long time since this package was updated.  Let's
jump to latest upstream, 101.

Resolves: bz1175832
2014-12-18 12:11:46 -05:00

12 lines
377 B
Diff

diff --git a/mcelog.cron b/mcelog.cron
index 4335caa..317b699 100755
--- a/mcelog.cron
+++ b/mcelog.cron
@@ -1,2 +1,5 @@
#!/bin/bash
-/usr/sbin/mcelog --ignorenodev --filter >> /var/log/mcelog
+
+# Disabled by default on Fedora since this is run as daemon
+# using the mcelog.service systemd configuration entries.
+#/usr/sbin/mcelog --ignorenodev --filter >> /var/log/mcelog