Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


centos_php5.2_upgrade

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
centos_php5.2_upgrade [2010/02/10 20:00] juckinscentos_php5.2_upgrade [2010/02/10 20:01] juckins
Line 20: Line 20:
 </code> </code>
  
-# mv /etc/yum.repos.d/CentOS-Test.repo /etc/yum.repos.d/CentOS-Test.repo.HOLD (so you don'get all the other packages)+Finally, move your changes to a temp/hold file so you don'populate more packages than you want from the Testing repository:
  
 +<code>
 +# mv /etc/yum.repos.d/CentOS-Test.repo /etc/yum.repos.d/CentOS-Test.repo.HOLD
 +</code>