Control: tags -1 pending

Hi Andy,

On 16.02.2015 01:07, Andy Dorman wrote:
Testing install of clamav reports the subject error with the postinst script.

The problem is really simple, line 626 of clamav-daemon.postinst has a typo:

     [ -n "$PidFile" ] && echo "PidFile $PidFile" >> $DEBCONFILE

should actually be

     [ -n "$PidFile" ] && echo "PidFile $PidFile" >> $DEBCONFFILE

Thanks for this patch, which I just applied.
(It was actually a copy and paste error, because clamav-freshclam.postinst uses/used DEBCONFILE...)

Thank you for your excellent work on packaging ClamAV.

You're welcome.

Best regards,
Andreas

_______________________________________________
Pkg-clamav-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel

Reply via email to