Re: [PATCH] cygcheck: expand common_apps list

2019-06-03 Thread Brian Inglis
On 2019-06-03 13:35, Corinna Vinschen wrote: > On May 23 13:05, Yaakov Selkowitz wrote: >> An increasing number of tools are being included in Windows which have the >> same names as those included in Cygwin packages. Indicating which one is >> first in PATH can be helpful in diagnosing behavioura

Re: [PATCH] cygcheck: expand common_apps list

2019-06-03 Thread Corinna Vinschen
Hi Yaakov, On May 23 13:05, Yaakov Selkowitz wrote: > An increasing number of tools are being included in Windows which have the > same names as those included in Cygwin packages. Indicating which one is > first in PATH can be helpful in diagnosing behavioural discrepencies > between them. > > A

Re: [PATCH] cygcheck: expand common_apps list

2019-06-03 Thread Corinna Vinschen
On May 27 00:50, Yaakov Selkowitz wrote: > On Sun, 2019-05-26 at 00:49 -0600, Brian Inglis wrote: > > To a degree, depends on installed Cygwin packages and Windows features, but > > I > > also have in both Cygwin /{,{,usr/}s}bin and > > /Windows/{,System32{,/OpenSSH}/: > > > > {"certutil

Re: [PATCH] cygcheck: expand common_apps list

2019-05-26 Thread Yaakov Selkowitz
On Sun, 2019-05-26 at 00:49 -0600, Brian Inglis wrote: > To a degree, depends on installed Cygwin packages and Windows features, but I > also have in both Cygwin /{,{,usr/}s}bin and /Windows/{,System32{,/OpenSSH}/: > > {"certutil", 0}, > {"comp", 0}, > {"ftp", 0}, >

Re: [PATCH] cygcheck: expand common_apps list

2019-05-25 Thread Brian Inglis
To a degree, depends on installed Cygwin packages and Windows features, but I also have in both Cygwin /{,{,usr/}s}bin and /Windows/{,System32{,/OpenSSH}/: {"certutil", 0}, {"comp", 0}, {"ftp", 0}, {"scp", 0}, {"sftp", 0}, {"sftp-server", 0},

[PATCH] cygcheck: expand common_apps list

2019-05-23 Thread Yaakov Selkowitz
An increasing number of tools are being included in Windows which have the same names as those included in Cygwin packages. Indicating which one is first in PATH can be helpful in diagnosing behavioural discrepencies between them. Also, fix the alphabetization of ssh. --- winsup/utils/cygcheck.c