Scott Rothgaber wrote:
Doug Hardie wrote:
 >

The list of parameters I use is too long for a command line.


Oh, come on! What's so bad about...

/usr/local/sbin/clamav-milter -l -i /var/run/clamav/clmilter.pid
-F /usr/local/etc/sig.txt /var/run/clamav/clmilter.sock

Nothing when tidied up a bit:

/usr/local/sbin/clamav-milter \
 -l -i /var/run/clamav/clmilter.pid \
 -F /usr/local/etc/sig.txt \
 /var/run/clamav/clmilter.sock

I am amazed, though, at some command line constructions that seem to go on for pages (curl, lsof, nmap, for example).

dp
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to