[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. b905cc5d78d5cbc02eae48b9110628ff8acf763b

Stephen Gran steve at lobefin.net
Tue Nov 11 21:24:45 UTC 2008


The following commit has been merged in the debian/etch-volatile branch:
commit b905cc5d78d5cbc02eae48b9110628ff8acf763b
Author: Stephen Gran <steve at lobefin.net>
Date:   Tue Nov 11 21:24:32 2008 +0000

    actually add the postfix patch I said we did
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index 32c0422..2788877 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -95,7 +95,7 @@ case "$1" in
     $SUPERVISOR $SUPERVISORARGS -X "$SUPERVISOR_EXEC"
     ret=$?
   fi
-  if [ $ret = 0 ] && [ "$USE_POSTFIX" = 'yes' ]; then
+  if [ $ret = 0 ] && [ "$USE_POSTFIX" = 'yes' ] && [ "${SOCKET_PATH#inet}" != "${SOCKET_PATH}" ]; then
     cnt=0
     until [ -e "$SOCKET_PATH" ] ; do
       cnt=`expr "$cnt" + 1`

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list