On Wed, 2005-10-19 at 10:11 -0400, Prayther, Aaron wrote: > Had to add the "*" at the end... > ========================================================== > #!/bin/sh > > if [ -f /var/lock/subsys/yum ]; then > /usr/bin/yum -R 5 -e 0 -d 0 -y -c > http://ljads2.agouron.com/rhel4/yum.conf update yum > /usr/bin/yum -R 15 -e 0 -d 0 -y -c > http://ljads2.agouron.com/rhel4/yum.conf update > /usr/bin/yum -R 15 -e 0 -d 0 -y -c > http://ljads2.agouron.com/rhel4/yum-push.conf install "*" > fi > ========================================================== what is this about? -sv