[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/lenny-volatile, updated. debian/0.95+dfsg-1-206-g4bb2b75

Stephen Gran steve at lobefin.net
Sun Jul 12 10:41:01 UTC 2009


The following commit has been merged in the debian/lenny-volatile branch:
commit 4bb2b7558afd9a1604f54880b49104adbfff1ad6
Author: Stephen Gran <steve at lobefin.net>
Date:   Sun Jul 12 11:40:03 2009 +0100

    Add the milter logrotate file to the list of purged files
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postrm b/debian/clamav-milter.postrm
index 6b9dbac..90af7be 100644
--- a/debian/clamav-milter.postrm
+++ b/debian/clamav-milter.postrm
@@ -24,7 +24,9 @@ case "$1" in
   purge)
   if [ -x "/usr/bin/ucf" ]; then
     UCFLIST="/etc/clamav/clamav-milter.conf \
-      /var/lib/clamav/clamav-milter.conf"
+      /var/lib/clamav/clamav-milter.conf \
+      /etc/logrotate.d/clamav-milter \
+      /var/lib/clamav/clamav-milter.rotate.debconf"
     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