Having just snagged clamav and did a make from source:
clamav-devel-20031016, I discovered a minor problem.  It appears the
cfgfile.c in the freshclam directory is different that that in the clamd
directory.

Specifically, the freshclam version doesn't recognize TCPAddr in the
clamav.conf file.  Any attempt use the '--daemon-notify' result in a
parse error.  The simple solution is to copy the cfgfile.c from clamd to
freshclam.

$ diff  clamd/cfgfile.c  freshclam/cfgfile.c
2c2
<  *  Copyright (C) 2002, 2003 Tomasz Kojm <[EMAIL PROTECTED]>
---
>  *  Copyright (C) 2002 Tomasz Kojm <[EMAIL PROTECTED]>
49d48
<           {"ScanRAR", OPT_NOARG},
55d53
<           {"TCPAddr", OPT_STR},


---
Jim C.          | Carroll-Net, Inc.
201-488-4092    |
www.carroll.com | Application Service Provider


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to