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

Stephen Gran steve at lobefin.net
Mon Apr 12 22:05:39 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 4e5bf47e65d8c77d8e9cfef67e075b7891623a39
Author: Stephen Gran <steve at lobefin.net>
Date:   Mon Apr 12 22:59:40 2010 +0100

    milter postinst gets usual debconf treatment
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index b4b4097..df12900 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -42,9 +42,9 @@ case "$1" in
     miltersocket="$RET"
     db_metaget clamav-milter/FixStaleSocket value || true
     fixstalesocket="$RET"
-    db_metaget clamav-milter/MilterSocketGroup
+    db_metaget clamav-milter/MilterSocketGroup value || true
     miltersocketgrp="$RET"
-    db_metaget clamav-milter/MilterSocket
+    db_metaget clamav-milter/MilterSocket value || true
     miltersocketmode="$RET"
     db_metaget clamav-milter/User value || true
     user="$RET"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list