On Tue, Sep 06, 2005 at 11:30:18AM -0700, [EMAIL PROTECTED] wrote:
> david wrote:
> > "--max-children must be given if --external is not given"
> ...
> > "timeout must be given if --external is not given".
> ...
> > Any clues??
>
> Specify --external?
>
> Here's my personal rc.clamav:
>
> clamav_start() {
> if [ -x /usr/local/sbin/clamd ]; then
> echo "Starting clamd: /usr/local/sbin/clamd"
> /usr/local/sbin/clamd
> # give it time to start up and let the socket create itself
> sleep 2
> fi
>
> if [ -x /usr/local/bin/freshclam ]; then
> echo "Starting freshclam: /usr/local/bin/freshclam -d"
> /usr/local/bin/freshclam -d
> fi
>
> if [ -x /usr/local/sbin/clamav-milter ]; then
> echo "Starting clamav-milter: /usr/local/sbin/clamav-milter -eCfq
> /var/run/c
> lamav/milter.sock"
> /usr/local/sbin/clamav-milter -eCfq /var/run/clamav/milter.sock
> # give it time to start up and let the socket create itself
> sleep 2
> fi
> }
>
> Note -e is --external
>
> --
> Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902
> Hispanic Business Inc./HireDiversity.com Software Engineer
> _______________________________________________
> http://lurker.clamav.net/list/clamav-users.html
Thanks for your help. I do have a question or two though.
When you write "here's my personal rc.clamav:" does this mean you are
running centos. I ask this as I have not seen this file. also in my
web searching for an answer I have not come across this file. It
looks as if it might go into /etc/rc.d. Is this true?
Thanks Nigel Horne for the heads up over the cvs version having fixed
the problem.
Again thanks in advance for any further advice.
Cheers
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html