Les Mikesell wrote: >On Fri, 2005-04-01 at 12:57, Enoch West wrote: > > > >>I wanted to get some feedback to see what other people here use to >>manage their CentOS systems, apply updates, roll out new software >>packages, update unique config files etc. >> >> > >ssh server yum -y update >works for me. Ideally you would mirror the repository to a local >directory and add your own changes as rpm packages so the one >step does it all. > > > I just ssh into my box and run yum -y update. its the easiest thing to do..