From 6c48571b5344f29ac717f5fdb8855902ea56ea9c Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: May 14 2012 14:11:12 +0000 Subject: Silence cron. --- diff --git a/atop-1.26-cron.patch b/atop-1.26-cron.patch index 9174fd9..d3a101a 100644 --- a/atop-1.26-cron.patch +++ b/atop-1.26-cron.patch @@ -3,4 +3,4 @@ @@ -1,2 +1,2 @@ # start atop daily at midnight -0 0 * * * root /etc/atop/atop.daily -+0 0 * * * root /etc/rc.d/init.d/atop condrestart ++0 0 * * * root /etc/rc.d/init.d/atop condrestart > /dev/null 2>&1 || : diff --git a/atop.spec b/atop.spec index 087dbd2..89eb892 100644 --- a/atop.spec +++ b/atop.spec @@ -1,6 +1,6 @@ Name: atop Version: 1.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An advanced interactive monitor to view the load on system and process level Group: Applications/System @@ -126,6 +126,9 @@ fi #%{_unitdir}/atop.service %changelog +* Mon May 14 2012 Jon Ciesla - 1.26-3 +- Silence cron. + * Fri May 11 2012 Jon Ciesla - 1.26-2 - Modify cron setup per BZ 445174 comment #6, BZ 819523. - Dropped logrotate, conflicts with atop's logging, BZ 542598.