summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches/patch-ac
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2008-02-27 21:52:16 +0000
committergarbled <garbled@pkgsrc.org>2008-02-27 21:52:16 +0000
commite332637fc79a5dddf52e2ccd8bc01bf49e099f61 (patch)
treedf00a16efed2f6f9620fa0af3e625965a9ca57a4 /parallel/clusterit/patches/patch-ac
parentb97840c07003c71796fed8191df6acd7430248ad (diff)
downloadpkgsrc-e332637fc79a5dddf52e2ccd8bc01bf49e099f61.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/patches/patch-ac')
-rw-r--r--parallel/clusterit/patches/patch-ac11
1 files changed, 4 insertions, 7 deletions
diff --git a/parallel/clusterit/patches/patch-ac b/parallel/clusterit/patches/patch-ac
index cc3b91a70f7..b67325fb6dd 100644
--- a/parallel/clusterit/patches/patch-ac
+++ b/parallel/clusterit/patches/patch-ac
@@ -1,11 +1,8 @@
-$NetBSD: patch-ac,v 1.1 2006/01/02 22:51:45 joerg Exp $
-
---- dsh/run.c.orig 2006-01-02 22:44:29.000000000 +0000
-+++ dsh/run.c
-@@ -45,6 +45,4 @@ __RCSID("$Id: run.c,v 1.13 2005/06/02 17
+--- dsh/run.c.orig 2008-02-27 12:29:38.000000000 -0700
++++ dsh/run.c 2008-02-27 14:49:30.000000000 -0700
+@@ -48,5 +48,4 @@
#endif
-extern int errno;
--
+
void do_command(char **argv, int allrun, char *username);
- node_t *check_rand(void);