[yum-commits] etc/yum-cron.conf

James Antill james at osuosl.org
Tue Jan 14 22:16:43 UTC 2014


 etc/yum-cron.conf |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2715047a195b29d6ac7d985166b985954267a0bb
Author: James Antill <james at and.org>
Date:   Tue Jan 14 15:29:03 2014 -0500

    Fix yum-cron.conf default, as ini parser can't do Math.

diff --git a/etc/yum-cron.conf b/etc/yum-cron.conf
index f8de068..b0f7839 100644
--- a/etc/yum-cron.conf
+++ b/etc/yum-cron.conf
@@ -24,7 +24,8 @@ apply_updates = no
 # minutes before running.  This is useful for e.g. staggering the
 # times that multiple systems will access update servers.  If
 # random_sleep is 0 or negative, the program will run immediately.
-random_sleep = 6*60
+# 6*60 = 360
+random_sleep = 360
 
 
 [emitters]


More information about the Yum-commits mailing list