[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Mailscanner for RAQ3/4 pkg available
- Subject: RE: [cobalt-users] Mailscanner for RAQ3/4 pkg available
- From: "Gavin Nelmes-Crocker" <cobalt@xxxxxxxxxxxxxxxx>
- Date: Thu Jul 11 03:30:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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.