]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
2002-11-25 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Mon, 25 Nov 2002 01:30:44 +0000 (01:30 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Mon, 25 Nov 2002 01:30:44 +0000 (01:30 +0000)
        * AntiVirus.cc: Change 'd' to 'D' to fix command line conflict.

AntiVirus.cc
ChangeLog

index 9d818939d46234b316b799e6e8800e7053f6be4c..f0f5b366802ef6aabfc424d059e9d68de87f1ef5 100644 (file)
@@ -38,7 +38,7 @@ static const char *cvsid =
 /* XXX: Split this into observer and model classes */
   
 /* Default is to leave well enough alone */
-static BoolOption DisableVirusOption (false, 'd', "disable-buggy-antivirus", "Disable known or suspected buggy anti virus software packages during execution.");
+static BoolOption DisableVirusOption (false, 'D', "disable-buggy-antivirus", "Disable known or suspected buggy anti virus software packages during execution.");
 
 static bool KnownAVIsPresent = false;
 static bool AVRunning = true;
index 02d4cff3a8136cb0ec4acec0e9536a3420f18414..04d21f037eb3deb83e38216fa75b77e63b3db9ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-25  Robert Collins  <rbtcollins@hotmail.com>
+
+       * AntiVirus.cc: Change 'd' to 'D' to fix command line conflict.
+
 2002-11-25  Robert Collins  <rbtcollins@hotmail.com>
 
        * AntiVirus.cc: New file.
This page took 0.031369 seconds and 5 git commands to generate.