On Thu, 2004-04-01 at 17:27, Kai Lien wrote:

> Here is my clamav-milter config:
> 
> CLAMAV_FLAGS="
>         --config-file=/etc/clamav.conf
>         --max-children=10
>         -ol local:/var/clamav/clmilter.socket
> "

Since your arguments go across multiple lines you need to escape the end
of lines thus. For more info do "man sh"

CLAMAV_FLAGS= \
        "--config-file=/etc/clamav.conf \
        --max-children=10 \
        -ol local:/var/clamav/clmilter.socket"

-Nigel



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to