Index: winsup/utils/bloda.cc =================================================================== RCS file: /cvs/src/src/winsup/utils/bloda.cc,v retrieving revision 1.2 diff -p -u -r1.2 bloda.cc --- winsup/utils/bloda.cc 21 Dec 2007 03:32:46 -0000 1.2 +++ winsup/utils/bloda.cc 29 Dec 2007 18:29:25 -0000 @@ -41,13 +41,19 @@ LanDesk Windows Defender Embassy Trust Suite fingerprint reader software containing wxvault.dll + ByteMobile laptop optimization client + + A live version is now being maintained in the Cygwin FAQ, at + http://cygwin.com/faq/faq.using.html#faq.using.bloda + */ enum bad_app { SONIC, NORTON, MACAFFEE, SYMANTEC, LOGITECH, KERIO, AGNITUM, ZONEALARM, - IOLO, LANDESK, WINDEFENDER, EMBASSYTS + IOLO, LANDESK, WINDEFENDER, EMBASSYTS, + BYTEMOBILE }; struct bad_app_info @@ -78,6 +84,7 @@ static const struct bad_app_det dodgy_ap { HKLMKEY, "SYSTEM\\CurrentControlSet\\Services\\lvprcsrv", LOGITECH }, { PROCESSNAME, "LVPrcSrv.exe", LOGITECH }, { FILENAME, "%programfiles%\\common files\\logitech\\lvmvfm\\LVPrcSrv.exe", LOGITECH }, + { FILENAME, "%windir%\\System32\\bmnet.dll", BYTEMOBILE }, }; static const size_t num_of_detects = sizeof (dodgy_app_detects) / sizeof (dodgy_app_detects[0]); @@ -96,6 +103,7 @@ static struct bad_app_info big_list_of_d { LANDESK, "Landesk" }, { WINDEFENDER, "Windows Defender" }, { EMBASSYTS, "Embassy Trust Suite fingerprint reader software containing wxvault.dll" }, + { BYTEMOBILE, "ByteMobile laptop optimization client" }, }; static const size_t num_of_dodgy_apps = sizeof (big_list_of_dodgy_apps) / sizeof (big_list_of_dodgy_apps[0]);