From 80d07f87f0fbe4731aa92020cdd8a2681954e618 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Mar 2008 13:46:06 +0000 Subject: (installUpdates) do not keep complaining if nightly update cron had failled (#38531) ; the way to check them is to look at cron mails was introduced by daouda in r53060 on 2004-11-04 20:00:11: "merge changes from MNF, MDK-10-update" really introduced in revision 1.115.4.1 in MDK10_0_update CVS branch on Thu Oct 28 17:33:25 2004: "- don't process all the update list (too slow) - better handling of error" --- NEWS | 3 +++ mdkapplet | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 97684140..89c7bfcf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- mdkapplet: + o do not keep complaining if nightly update cron had failled (#38531) + Version 2.33 - 10 March 2008, Thierry Vignaud - mdkapplet: diff --git a/mdkapplet b/mdkapplet index 775a24a8..205bee8f 100755 --- a/mdkapplet +++ b/mdkapplet @@ -298,8 +298,6 @@ sub installUpdates() { #my $w = $in->wait_message(N("Please wait"), N("Check updates")); silentCheck(); gtkflush(); #undef $w; - my $mdkupdate_status = cat_('/var/tmp/mdkupdate.log'); - if ($mdkupdate_status && $mdkupdate_status !~ /OK/) { logIt($mdkupdate_status); $in->ask_warn(N("Mandriva Linux Updates Applet"), $mdkupdate_status) } } sub silentCheck() { -- cgit v1.2.1