Suggestion  [SOLVED]

Locked
majorboobage
Posts: 37
Joined: Thu 26. Jul 2018, 08:51

Suggestion

Post by majorboobage »

avscan.log

Code: Select all

------ UPDATE VIRUS DATABASE -------
Start: 2018-08-16 06:41:01
End: 2018-08-16 06:41:01
Status: Failed
As we can see status Failed, but this is not correct (can confuse the user) because ClamAV already is up to date :)

Code: Select all

Thu Aug 16 06:41:01 2018 -> --------------------------------------
Thu Aug 16 06:41:01 2018 -> ClamAV update process started at Thu Aug 16 06:41:01 2018
Thu Aug 16 06:41:01 2018 -> main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Thu Aug 16 06:41:01 2018 -> daily.cvd is up to date (version: 24846, sigs: 2049688, f-level: 63, builder: neo)
Thu Aug 16 06:41:01 2018 -> bytecode.cvd is up to date (version: 327, sigs: 91, f-level: 63, builder: neo)
I propose to change it to for ex: ClamAV is up to date ;)

Thanks devs!
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: Suggestion  [SOLVED]

Post by Alexander »

Thanks and fixed!

(The return code of freshclam returns 0 or 1 in case of success/up to date database, i only checked for 0 until now...)
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Locked