It has been a long time since this package was updated. Let's jump to latest upstream, 101. Resolves: bz1175832
12 lines
377 B
Diff
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
|