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

Stephen Gran steve at lobefin.net
Tue Aug 25 07:39:09 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b71e1a26bafb0df532df2673fcd1cd53bc6952bd
Author: Stephen Gran <steve at lobefin.net>
Date:   Tue Aug 25 08:38:12 2009 +0100

    make all references to the milter socket reference the same path
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index dbab038..a39c19f 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -105,7 +105,7 @@ case "$1" in
     echo "#Automatically Generated by clamav-milter postinst" > $DEBCONFFILE
     echo "#To reconfigure clamav-milter run #dpkg-reconfigure clamav-milter" >> $DEBCONFFILE
     echo "#Please read /usr/share/doc/clamav-base/README.Debian.gz for details" >> $DEBCONFFILE
-    [ -z "$MilterSocket" ] || [ "$MilterSocket" = 'true' ] && miltersocket="/var/run/clamav/milter.ctl"
+    [ -z "$MilterSocket" ] || [ "$MilterSocket" = 'true' ] && miltersocket="/var/run/clamav/clamav-milter.ctl"
     [ -z "$FixStaleSocket" ] && fixstalesocket="true"
     [ -z "$User" ] && user=clamav
     [ -z "$AllowSupplementaryGroups" -o -n "$AddGroups" ] && AllowSupplementaryGroups=true
diff --git a/debian/clamav-milter.templates b/debian/clamav-milter.templates
index 642e3fa..a9bbd1c 100644
--- a/debian/clamav-milter.templates
+++ b/debian/clamav-milter.templates
@@ -21,7 +21,7 @@ _Description: Handle the configuration file automatically?
 
 Template: clamav-milter/MilterSocket
 Type: string
-Default: /var/run/clamav/milter.ctl
+Default: /var/run/clamav/clamav-milter.ctl
 _Description: Communication interface with Sendmail:
  Please choose the method that should be used by clamav-milter to
  communicate with Sendmail. The following formats can be used:

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list