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

Török Edvin edwin at clamav.net
Sun Apr 4 00:55:02 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 4eb42ebc59f12d60f5ab02b2ccd3acba779f6c43
Author: Török Edvin <edwin at clamav.net>
Date:   Tue Jun 30 19:47:28 2009 +0300

    fix description

diff --git a/clambc/bcrun.c b/clambc/bcrun.c
index d8fc7cf..7b95851 100644
--- a/clambc/bcrun.c
+++ b/clambc/bcrun.c
@@ -32,7 +32,7 @@
 static void help(void)
 {
     printf("\n");
-    printf("           Clam AntiVirus: Bytecode Test Tool %s\n", get_version());
+    printf("           Clam AntiVirus: Bytecode Testing Tool %s\n", get_version());
     printf("           By The ClamAV Team: http://www.clamav.net/team\n");
     printf("           (C) 2009 Sourcefire, Inc.\n\n");
     printf("clambc <file>\n\n");
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
 	exit(0);
     }
     if(optget(opts, "version")->enabled) {
-	printf("Clam AntiVirus Monitoring Tool %s\n", get_version());
+	printf("Clam AntiVirus Bytecode Testing Tool %s\n", get_version());
 	optfree(opts);
 	exit(0);
     }

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list