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