[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-5-g96944a3

Stephen Gran steve at lobefin.net
Thu Mar 26 16:15:09 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 358e583aa4f75160f59e6cca25e493b01712717f
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Mar 26 11:58:10 2009 -0400

    Some fixups for milter conffile handling
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index a226952..e7d5459 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -36,6 +36,7 @@ case "$1" in
   CLAMAVMILTERCONF=/etc/clamav/clamav-milter.conf
   DEBROTATEFILE=/var/lib/clamav/clamav-milter.rotate.debconf
   CLAMAVROTATEFILE=/etc/logrotate.d/clamav-milter
+  DEBCONFFILE=/var/lib/clamav/clamav-milter.conf
   
   db_metaget clamav-milter/debconf value || true
   if [ "$RET" = "true" ]; then
diff --git a/debian/clamav-milter.postrm b/debian/clamav-milter.postrm
index fb5bd91..6b9dbac 100644
--- a/debian/clamav-milter.postrm
+++ b/debian/clamav-milter.postrm
@@ -24,7 +24,7 @@ case "$1" in
   purge)
   if [ -x "/usr/bin/ucf" ]; then
     UCFLIST="/etc/clamav/clamav-milter.conf \
-      /var/lib/clamav/clamav-milter.conf.*.md5"
+      /var/lib/clamav/clamav-milter.conf"
     for i in $UCFLIST; do
       ucf -p $i || true
       if [ -e $i ]; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list