'Nuff said.
        Igor
==============================================================================
2003-08-14  Igor Pechtchanski  <[EMAIL PROTECTED]>

        * AntiVirus.cc (detect): Clarify antivirus message.

--
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_                [EMAIL PROTECTED]
ZZZzz /,`.-'`'    -.  ;-;;,_            [EMAIL PROTECTED]
     |,4-  ) )-,_. ,\ (  `'-'           Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton
Index: AntiVirus.cc
===================================================================
RCS file: /cvs/cygwin-apps/setup/AntiVirus.cc,v
retrieving revision 2.5
diff -u -p -r2.5 AntiVirus.cc
--- AntiVirus.cc        29 Jul 2003 14:14:06 -0000      2.5
+++ AntiVirus.cc        14 Aug 2003 15:49:30 -0000
@@ -186,7 +186,7 @@ detect ()
        SERVICE_QUERY_STATUS| SERVICE_STOP| SERVICE_START);
 
     if (!McAfeeService) {
-       log (LOG_PLAIN, String("Could not open service McShield for query, start and 
stop. McAfee may not be installed, or we don't have access.\n"));
+       log (LOG_PLAIN, String("Could not open service McShield for query, start and 
stop. McAfee may not be installed, or we don't have access.  If you don't have McAfee 
installed, please ignore this message.\n"));
        CloseServiceHandle(SCM);
        return;
     }

Reply via email to