[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6201-g11e7b85
Stephen Gran
steve at lobefin.net
Mon Apr 26 09:18:23 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 11e7b856041b50982fd2f9c010d2d6c506f3c070
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