On Tue, 2008-02-19 at 04:59 -0800, Michael A. Peters wrote:
[snip]
-=-=-=-=- #!/bin/sh # /etc/cron.daily/yum.cron
if [ -f /var/lock/subsys/yum ]; then /usr/bin/yum clean headers /usr/bin/yum -e 0 -d 0 -y update yum sleep 300 /usr/bin/yum -e 0 -d 0 -y update sleep 10 /usr/bin/yum clean headers fi -=-=-=-=-
I commented out the clean headers and sleep lines. Stopped yum-updatesd and executed the script from the command line and it just sleeps (ie, ps aux "script" STAT=S). Curious.