Index: [Article Count Order] [Thread]

Date:  Thu, 4 May 2006 02:01:32 +0200
From:  Michael Stauber <bq (at mark) solarspeed.net>
Subject:  [coba-e:05001] Re: BQ-5102R-YUM-GUI-2.0.1-1.pkg
To:  coba-e (at mark) bluequartz.org
Message-Id:  <200605040201.32956.bq (at mark) solarspeed.net>
In-Reply-To:  <4458AFA6.3060707 (at mark) dogsbody.org>
References:  <200605030527.14605.bq (at mark) solarspeed.net> <4458AFA6.3060707 (at mark) dogsbody.org>
X-Mail-Count: 05001

Hi Dan,

> Excellent work!! 

Thanks!

> I have added the following script to cron on my BQ 
> systems...
>
> OUTPUT=`yum check-update`
> EXITCODE=$?
> if [ ${EXITCODE} != 0 ]
> then
>      echo "${OUTPUT}"
> fi
> exit ${EXITCODE}
>
> ... the idea being that I want to know automatically when there are updates
> to install but want to actually install them by hand so that I can be
> online during the upgrade.

Hmm ... I see your point and agree that it would be nice to get an email if 
you don't automatically update and there are new patches around. I'll 
implement that, although in a slightly different fashion. 

-- 

With best regards,

Michael Stauber