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]:~$ cssh asteria >> Terminal binary not found (ssh) - please amend $PATH or the cssh config file >> Died at /usr/bin/cssh line 263. > >> --- /usr/bin/cssh 2006-11-05 20:29:52.000000000 +0100 >> +++ cssh 2006-11-05 20:30:52.471959807 +0100 >> @@ -229,7 +229,7 @@ >> >> logmsg( 2, "Looking for $binary" ); >> my $path; >> - if ( ! -x $binary ) >> + unless ( $binary =~ m#/# ) >> { >> # search the users $PATH and then a few other places to find the binary >> # just in case $PATH isnt set up right > > I would like to see this fixed for etch, and therefore would like to > upload an NMU to delayed-something tomorrow or so. Unless you object? > > Peter
signature.asc
Description: OpenPGP digital signature