Bug#397201: clusterssh: confused by ~/ssh directory

2006-11-06 Thread tony mancill
Sorry for the delay. I'll upload a fix this evening. Regards, tony Peter Palfrader wrote: > On Sun, 05 Nov 2006, Peter Palfrader wrote: > >> cssh gets confused by directories in . that are named like the binaries >> it wants to execute. > >> [EMAIL PROTECTED]:~$ mkdir ssh >> [EMAIL PROTECTED]:

Bug#397201: clusterssh: confused by ~/ssh directory

2006-11-06 Thread Peter Palfrader
On Sun, 05 Nov 2006, Peter Palfrader wrote: > cssh gets confused by directories in . that are named like the binaries > it wants to execute. > [EMAIL PROTECTED]:~$ mkdir ssh > [EMAIL PROTECTED]:~$ cssh asteria > Terminal binary not found (ssh) - please amend $PATH or the cssh config file > Died a

Bug#397201: clusterssh: confused by ~/ssh directory

2006-11-05 Thread Peter Palfrader
Package: clusterssh Version: 3.19.1-3 Severity: important cssh gets confused by directories in . that are named like the binaries it wants to execute. The problem is in line 232, where to check if we already are configured we test if "$binary" is executeable: | if ( ! -x $binary ) by default