[CentOS] how to keep updated

Wed Feb 1 08:30:09 UTC 2006
Michael Best <mbest at pendragon.org>

Craig White wrote:
> On Tue, 2006-01-31 at 22:19 -0800, spart cus wrote:
> 
>>hi guys,
>>just recently install centos on my machine.  how  can  i be always
>>updated from patches? should i run up2date and install everything ?
>>
> 
> ---
> use yum instead
> 
> # yum update
> 
> Craig


Indeed, and to get notification emails sent to root use:

chkconfig yum on
service yum start

which allows:
/etc/cron.daily/yum.cron

to run.

-Mike