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

Michael Tautschnig mt at debian.org
Mon Apr 26 19:07:57 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit cf02ad6801089ad209340908a9a1baf5960c0aa7
Author: Michael Tautschnig <mt at debian.org>
Date:   Mon Apr 26 20:56:16 2010 +0200

    Fixed typo in Bytecode option handling
    
    - s/ByteCode/Bytecode/
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index cb97bce..01ee5d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+clamav (0.96+dfsg-3) unstable; urgency=low
+
+  [ Stephen Gran ]
+  * Fixed typo in clamav-milter's postinst
+  
+  [ Michael Tautschnig ]
+  * Fixed typo in clamav-freshclam's postinst (closes: #579271)
+
+ -- Stephen Gran <sgran at debian.org>  Mon, 26 Apr 2010 20:32:50 +0200
+
 clamav (0.96+dfsg-2) unstable; urgency=low
 
   [ Scott Kitterman ]
diff --git a/debian/clamav-freshclam.postinst.in b/debian/clamav-freshclam.postinst.in
index 369d42d..3694095 100644
--- a/debian/clamav-freshclam.postinst.in
+++ b/debian/clamav-freshclam.postinst.in
@@ -100,7 +100,7 @@ case "$1" in
   [ -n "$DatabaseOwner" ] && [ "$DatabaseOwner" != "$dbowner" ] && dbowner="$DatabaseOwner"
   [ -n "$UpdateLogFile" ] && [ "$UpdateLogFile" != "$udlogfile" ] && udlogfile="$UpdateLogFile"
   [ -n "$MaxAttempts" ] && [ "$MaxAttempts" != "$maxatt" ] && maxatt="$MaxAttempts"
-  [ -n "$Bytecode" ] && [ "$Bytecode" != "$bytecode" ] && bytecode="$ByteCode"
+  [ -n "$Bytecode" ] && [ "$Bytecode" != "$bytecode" ] && bytecode="$Bytecode"
 
   if [ -n "$udlogfile" ]; then
     if echo "$udlogfile" | grep -q '^/dev/'; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list