[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-167-g4319a8f
tkojm
tkojm at 77e5149b-7576-45b1-b177-96237e5ba77b
Fri Jun 12 19:11:50 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 96dbf2e9ae13c8c43ff9fbe2b1e4a9ce0e225486
Author: tkojm <tkojm at 77e5149b-7576-45b1-b177-96237e5ba77b>
Date: Mon May 4 08:47:38 2009 +0000
freshclam/freshclam.c: handle --debug (bb#1590)
git-svn-id: http://svn.clamav.net/svn/clamav-devel/trunk@5057 77e5149b-7576-45b1-b177-96237e5ba77b
diff --git a/ChangeLog b/ChangeLog
index e7810af..665b01c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 4 10:47:10 CEST 2009 (tk)
+----------------------------------
+ * freshclam/freshclam.c: handle --debug (bb#1590)
+
Mon Apr 27 17:41:08 CEST 2009 (tk)
----------------------------------
* clamconf: display info on software & dbs (bb#1461)
diff --git a/freshclam/freshclam.c b/freshclam/freshclam.c
index 389c029..b9cecac 100644
--- a/freshclam/freshclam.c
+++ b/freshclam/freshclam.c
@@ -308,7 +308,7 @@ int main(int argc, char **argv)
/* initialize some important variables */
- if(optget(opts, "Debug")->enabled)
+ if(optget(opts, "Debug")->enabled || optget(opts, "debug")->enabled)
cl_debug();
if(optget(opts, "verbose")->enabled)
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list