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

Stephen Gran steve at lobefin.net
Mon Apr 26 09:18:22 UTC 2010


The following commit has been merged in the debian/lenny-volatile branch:
commit 35d9e012e6f70c7a34dfd4397296757b81a2103b
Author: Stephen Gran <steve at lobefin.net>
Date:   Mon Apr 26 10:17:16 2010 +0100

    don't use a potentially empty value
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index b2d0061..f0e53b1 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -241,7 +241,7 @@ EOF
       echo "     weekly" >> $DEBROTATEFILE
       echo "     compress" >> $DEBROTATEFILE
       echo "     delaycompress" >> $DEBROTATEFILE
-      echo "     create 640  $User adm" >> $DEBROTATEFILE
+      echo "     create 640  $user adm" >> $DEBROTATEFILE
       echo "     postrotate" >> $DEBROTATEFILE
       echo "     /etc/init.d/clamav-milter restart > /dev/null" >> $DEBROTATEFILE
       echo "     endscript" >> $DEBROTATEFILE

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list