Comment 24 for bug 1860217

Revision history for this message
Eric Desrochers (slashd) wrote :

[EOAN VERIFICATION]

No more loop detected.

All of the debconf prompts that are supposed to be there are actually reachable, including the one modified by this SRU "LogTime"[0] and "LogRotate"[1].

[0]- Do you want to log time information with each message?
[1]- Do you want to enable log rotation?

# dpkg -l | grep -i clamav
ii clamav 0.102.1+dfsg-0ubuntu0.19.10.3 amd64 anti-virus utility for Unix - command-line interface
ii clamav-base 0.102.1+dfsg-0ubuntu0.19.10.3 all anti-virus utility for Unix - base package
ii clamav-daemon 0.102.1+dfsg-0ubuntu0.19.10.3 amd64 anti-virus utility for Unix - scanner daemon
ii clamav-freshclam 0.102.1+dfsg-0ubuntu0.19.10.3 amd64 anti-virus utility for Unix - virus database update utility
ii libclamav9:amd64 0.102.1+dfsg-0ubuntu0.19.10.3 amd64 anti-virus utility for Unix - library

# egrep "LogRotate|LogTime" /etc/clamav/clamd.conf
LogRotate true
LogTime true

# dpkg-reconfigure clamav-daemon

Replacing config file /etc/clamav/clamd.conf with new version

# egrep "LogRotate|LogTime" /etc/clamav/clamd.conf
LogRotate false
LogTime false