diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-02-16 00:20:33 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-02-16 00:20:33 +0000 |
commit | 0a6e7b1a67874324382e743f9c3bba7dd968a678 (patch) | |
tree | bd38756dc853b8d0aa94b62b2504848f29abb177 /UPDATING | |
parent | 433214b63974759efba1a4e75df0c631be5e4584 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -7,6 +7,18 @@ time you update your ports collection, before attempting any port upgrades. 20070215: + AFFECTS: users of security/clamav + AUTHOR: garga@FreeBSD.org + + Since version 0.90, clamd.conf and clamav.conf have changed their syntax. + All parameters can now be turned on/off using a boolean value (0,1) or + (on,off) or (true,false), the old crude hack of "DisableDefaultScanOptions" + is no longer required. + + Please, check ${PREFIX}/etc/(clamd|freshclam).conf.default and make needed + changes on your conf files. + +20070215: AFFECTS: users of www/py-turbogears AUTHOR: nivit@FreeBSD.org |