Control: reopen -1

Hey.

I'm reopening this for now, since it seems the fix didn't get applied to
all installations of wheezy during upgrade to jessie.

AFAIU, part of the solution was to remove:
PidFile /var/run/clamav/freshclam.pid
from
/etc/clamav/freshclam.conf
which is done by the following snipped from the postinst: 
  if `dpkg --compare-versions "$2" lt 0.98.5+dfsg-4~`; then
    # Remove the PidFile variable from the configuration, if it is the
previous default value.
    if [ "$PidFile" = "/var/run/clamav/freshclam.pid" ]; then
      PidFile=''
    fi
  fi

This works fine for wheezy itself, where the version was/is:
0.98.5+dfsg-0+deb7u2
but any site that had enabled e.g. wheezy-updates wouldn't be matched,
since it already has 0.98.7+dfsg-0+deb7u1 and this version's postinst,
doesn't apply the necessary changes.


Cheers,
Chris.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to