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

RE: [cobalt-users] Mailscanner for RAQ3/4 pkg available



do you get the email saying that it has been updated?

> Got the following message from Mailscanner on my RaQ4 this 
> morning in my
> email:
> 
> /etc/cron.daily/AVupdate.sh: /home/local/f-prot/: No such 
> file or directory
> 
> Did a little poking around and found that f-prot is in 
> /usr/local/. Made the following change as root to AVupdate.sh 
> in /etc/cron.daily.
> 
> from:
> OUTPUTDIR="/home/local/f-prot/"  #
> to:
> OUTPUTDIR="/usr/local/f-prot/"  #
> 
> Re-ran AVupdate.sh and that seems to have solved the error.