the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pdsh
Version: 2.18
Revision: 1
Description: Runs commands in parallel on multiple hosts
License: GPL
Maintainer: Steve Huff
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: ff5dc11f25ce9c7474e71aafb5d293e8
ConfigureParams: --mandir=%p/share/man --with-nodeupdown --with-dshgroups --with-exec --without-rsh --with-ssh --without-xcpu --with-readline --disable-dependency-tracking
InfoTest: <<
TestScript: make check || exit 2
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS README COPYING ChangeLog README.KRB4 README.modules README.QsNet META NEWS DISCLAIMER TODO
Depends: readline5-shlibs, libncurses5-shlibs
BuildDepends: fink (>= 0.24.12), libncurses5, readline5
Suggests: dejagnu
DescDetail: <<
Pdsh is a high-performance, parallel remote shell utility. It has
built-in, thread-safe clients for Berkeley and Kerberos V4 rsh,
and can call SSH externally (though with reduced performance).
Pdsh uses a "sliding window" parallel algorithm to conserve socket
resources on the initiating node and to allow progress to continue
while timeouts occur on some connections.
<<
DescUsage: <<
The Fink pdsh package is built with the following flags:
--with-dshgroups
--with-exec
--with-nodeupdown
--with-readline
--with-ssh
--without-rsh
--without-xcpu
Note: this means that the rsh transport module is *NOT*
available by default! Avoid using rsh if possible.
Also, Xcpu support is not available.
<<
Homepage: http://www.sourceforge.net/pdsh/