Recent Changes - Search:

Softwares

.

Yum-automatic-nightly-update

Main.Yum-automatic-nightly-update History

Hide minor edits - Show changes to output

Changed lines 9-12 from:
chkconfig yum on
service yum start
yum -y install yum-plugin-protectbase
echo "plugins=1" >> /etc/yum.conf
to:
chkconfig yum on
service yum start
yum -y install yum-plugin-protectbase
echo "plugins=1" >> /etc/yum.conf
Changed lines 1-3 from:
''Yum-automatic-nightly-update'''
to:
'''Yum-automatic-nightly-update'''
Changed lines 6-8 from:
#To activate an automatic nightly update
to:
*To activate an automatic nightly update and never update packages originating from official CentOS repositories with 3rd party repository packages.
Deleted lines 10-11:
#Never update packages originating from official CentOS repositories
#with 3rd party repository packages.
Added lines 1-12:
''Yum-automatic-nightly-update'''


*Copy and paste the command script and run the script using sh command.

#To activate an automatic nightly update
chkconfig yum on
service yum start
#Never update packages originating from official CentOS repositories
#with 3rd party repository packages.
yum -y install yum-plugin-protectbase
echo "plugins=1" >> /etc/yum.conf
Edit - History - Print - Recent Changes - Search
Page last modified on October 04, 2007, at 04:45 AM