i'm looking for a way to automaticaly update my centos 3.4 system so that it will get security updates every 24 hours and automaticaly install them.
Am Donnerstag, den 17.02.2005, 12:43 +0100 schrieb Michel Daggelinckx: /sbin/chkconfig --level 2345 yum on> i'm looking for a way to automaticaly update my centos 3.4 system so > that it will get security updates every 24 hours and automaticaly > install them. > _______________________________________________ > CentOS mailing list > CentOS at caosity.org > http://lists.caosity.org/mailman/listinfo/centos
Try thowing a line like tis in your crontab: 45 6 * * * root /usr/bin/yum -y -R 15 update | mail -s "Up2date Report for Servername" your at email.com -----Original Message----- From: centos-bounces at caosity.org [mailto:centos-bounces at caosity.org] On Behalf Of Michel Daggelinckx Sent: Thursday, February 17, 2005 5:43 AM To: centos at caosity.org Subject: [Centos] auto update question i'm looking for a way to automaticaly update my centos 3.4 system so that it will get security updates every 24 hours and automaticaly install them. _______________________________________________ CentOS mailing list CentOS at caosity.org http://lists.caosity.org/mailman/listinfo/centos