clamdscan: support --disable-summary for backward compatibility

git-svn: trunk@738
remotes/push_mirror/metadata
Tomasz Kojm 21 years ago
parent 9b4bb8b75f
commit 83e4aee8de
  1. 5
      clamav-devel/ChangeLog
  2. 2
      clamav-devel/clamscan/options.c

@ -1,3 +1,8 @@
Tue Aug 10 15:53:25 CEST 2004 (tk)
----------------------------------
* clamdscan: support --disable-summary for backward compatibility (problem
reported by Tomasz Papszun)
Tue Aug 10 09:15:17 BST 2004 (njh)
----------------------------------
* libclamav/mbox.c: checkURLs code now enabled. CL_MAILURL option not

@ -40,7 +40,7 @@ extern int clamscan(struct optstruct *opt);
static char *clamdscan_long[] = { "help", "version", "verbose", "quiet",
"stdout", "log", "config-file", "no-summary",
NULL };
"disable-summary", NULL };
static char clamdscan_short[] = { 'h', 'V', 'v', 'l', 0 };

Loading…
Cancel
Save