diff options
author | garbled <garbled> | 2008-02-27 21:52:16 +0000 |
---|---|---|
committer | garbled <garbled> | 2008-02-27 21:52:16 +0000 |
commit | 07ecefcec8c557bf7f9c757c2b7edab93cfdf970 (patch) | |
tree | df00a16efed2f6f9620fa0af3e625965a9ca57a4 /parallel/clusterit/Makefile | |
parent | 42555699e8115b8c3ead4273eb55471a74796e5a (diff) | |
download | pkgsrc-07ecefcec8c557bf7f9c757c2b7edab93cfdf970.tar.gz |
Update ClusterIt to 2.5.
Major enhancements:
A new program, dtop, allows the user to run top across multiple machines
and collate the results in real-time. The default remote commands have
been changed over to ssh from rsh. A test option has been added to all
commands to check if SSH is up and running before attempting an SSH
connection that might otherwise hang. A flag has been added to dsh
allowing the user to copy, execute, and delete a script on all machines
in one step. There are many other small bugfixes and enhancements.
Diffstat (limited to 'parallel/clusterit/Makefile')
-rw-r--r-- | parallel/clusterit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile index 8a6d859bd82..b0866b3446f 100644 --- a/parallel/clusterit/Makefile +++ b/parallel/clusterit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2007/02/02 00:34:13 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/27 21:52:16 garbled Exp $ -DISTNAME= clusterit-2.4 -PKGREVISION= 1 +DISTNAME= clusterit-2.5 +#PKGREVISION= 1 CATEGORIES= parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/} |