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
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org