Steven Stern <subscribed-lists <at> sterndata.com> writes: > > Steven Stern wrote: > > Since installing the crontabs update on each of my systems, cron.daily > > has not run. > diff run-parts /usr/bin/run-parts > 1a2,5 > > # if cron.daily was run today > > AUX1=`cat /var/spool/anacron/cron.daily` > > AUX2=`date +%Y%m%d` > > [ "$AUX1" == $AUX2 ] || exit 0 That would explain why I am not getting system logwatch in my mail now! So what needs to be changed to fix this ?