OSDN Git Service

* cygcheck.cc (common_apps): Add a few more binaries to look for.
authorcgf <cgf>
Thu, 15 Dec 2005 03:36:14 +0000 (03:36 +0000)
committercgf <cgf>
Thu, 15 Dec 2005 03:36:14 +0000 (03:36 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index fc26388..19517cd 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-14  Christopher Faylor  <cgf@timesys.com>
+
+       * cygcheck.cc (common_apps): Add a few more binaries to look for.
+
 2005-12-05  Christopher Faylor  <cgf@timesys.com>
 
        * strace.cc (show_usecs): Renamed from 'usecs'.
index 0467a41..c019d50 100644 (file)
@@ -89,14 +89,18 @@ static common_apps[] = {
   {"gcc", 0},
   {"gdb", 0},
   {"grep", 0},
+  {"kill", 0},
   {"ld", 0},
   {"ls", 0},
   {"make", 0},
   {"mv", 0},
+  {"perl", 0},
   {"rm", 0},
   {"sed", 0},
+  {"ssh", 0},
   {"sh", 0},
   {"tar", 0},
+  {"test", 0},
   {0, 0}
 };