Can anyone tell me why this cron job doesn't work?  It is the same root
crontab entry that is running successfully on 5 other machines.  On this
machine the syslog.dated directories must be deleted manually.  I've tried
deleting the line and re-entering it.  Nothing works.  All the other root
cron jobs run fine.  And this job used to run.  I tried copying the entry
from the root crontab file on a machine where its running and pasting it
in.  No go.  I even tried typing the command and running the job.  Nothing.
 
40 4 * * * find /var/adm/syslog.dated -depth -type d -ctime +5 -exec rm -rf
{} \;
Bill Bergman
Westinghouse Communications
(412) 247-6206
wrb_at_wcsmail.com
Received on Thu Apr 17 1997 - 21:34:15 NZST