[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: daily cron error



Hi,

I solved it adding this to /etc/cron.daily/tmpwatch:

for d in /var/{cache/man,catman}/{X11R6/cat?,cat?,local/cat?}; do
  [ -d $d ] && /usr/sbin/tmpwatch -f $d
done

instead of:

[ -d /var/catman ] && /usr/sbin/tmpwatch -f 240
/var/catman/{X11R6/cat?,cat?,local/cat?}

I found this suggestion in some Linux website, the link was posted to this
list a month ago, or so...

> This isn't working.  Anyone know what the permissions should be?

+--                                         --+
       Tomás García Ferrari
       Bigital
       http://bigital.com/
+--                                         --+






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]