Re: [clamav-users] Freshclam 0.100.0 returning 1 on up-to-date

2018-04-11 Thread Mark Allan
Looks like the problem actually stems from a new #define in "freshclam/freshclamcodes.h". Change the value of FC_UPTODATE from 1 to 0 and you'll get the old/correct functionality. Patch below. Cheers Mark diff -Naurw freshclamOrig/freshclamcodes.h freshclam/freshclamcodes.h --- freshclamOrig/fr

Re: [clamav-users] Freshclam 0.100.0 returning 1 on up-to-date

2018-04-10 Thread Andreas Schulze
Am 10.04.2018 um 10:32 schrieb Pertti Karppinen: > Freshclam seems to be returning 1 on up-to-date situation, but man page > says it should return 0: > 0 : Database is up-to-date or successfully updated. > I think, I had the similar (same?) problem some times ago and fixed it with this patch: De