[PATCH] Setup: clarify confusing antivirus log message

Igor Pechtchanski pechtcha@cs.nyu.edu
Thu Aug 14 16:41:00 GMT 2003


'Nuff said.
	Igor
==============================================================================
2003-08-14  Igor Pechtchanski  <pechtcha@cs.nyu.edu>

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

--
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,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
-------------- next part --------------
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;
     }


More information about the Cygwin-apps mailing list