On Fri, 24 Dec 2004 06:48:32 +1030, Damon McMahon
<[EMAIL PROTECTED]> wrote:
> Cameron,
> 
> At a guess I'd say you don't have /usr/local/bin and /usr/local/sbin in
> your system path.
> 
> At a terminal prompt type:
> 
>         which clamd
> 
> and if you don't get
> 
>         /usr/local/sbin/clamd
> 
> in your output then that's the problem. The easiest solution is simply
> to add the fully qualified pathnames to your /Library/StartupItems
> script, i.e.
> 
>         /usr/local/sbin/clamd
>         /usr/local/bin/freshclam
> 
> Note that many sysadmins will tell you this is good practice anyway
> [I'm not criticising the writer of the CLAMAV SystemStarter script,
> that's just a personal opinion].
> 
> Best wishes,
> Damon
> 

Hi.

I replaced these two lines in the startup script:
        freshclam -d -p /var/clamav/freshclam.pid
        clamd
with these two lines:
        /usr/local/bin/freshclam -d -p /var/clamav/freshclam.pid
        /usr/local/sbin/clamd

and everything works great now.

Thanks a lot for your help!

Cameron .:.

-- 
Cameron Bales .:.
www.bales.ca  [EMAIL PROTECTED] [EMAIL PROTECTED]
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to