summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches/patch-aa
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-aa
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-aa')
-rw-r--r--parallel/clusterit/patches/patch-aa13
1 files changed, 7 insertions, 6 deletions
diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa
index d01ca33650d..aa0aaeb3683 100644
--- a/parallel/clusterit/patches/patch-aa
+++ b/parallel/clusterit/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2006/03/03 18:57:25 kristerw Exp $
+$NetBSD: patch-aa,v 1.8 2008/02/27 21:52:16 garbled Exp $
---- common/common.c.orig 2006-02-16 20:23:31.000000000 +0000
-+++ common/common.c
-@@ -122,7 +122,6 @@ parse_cluster(char **exclude)
+--- common/common.c.orig 2008-02-27 14:35:30.000000000 -0700
++++ common/common.c 2008-02-27 14:37:18.000000000 -0700
+@@ -186,7 +186,6 @@
char *clusterfile, *p, *nodename, *q;
int i, j, g, fail, gfail, lumping, n, ging;
char buf[MAXBUF];
@@ -10,11 +10,12 @@ $NetBSD: patch-aa,v 1.7 2006/03/03 18:57:25 kristerw Exp $
group_t *grouptemp;
node_t *nodeptr;
char **lumptemp;
-@@ -397,7 +396,6 @@ int test_node_connection(int rshport, in
+@@ -633,8 +632,6 @@
void
_bailout(int line, char *file)
{
- extern int errno;
-
+-
(void)fprintf(stderr, "%s: Failed in %s line %d: %s %d\n",
progname, file, line, strerror(errno), errno);
+ _exit(EXIT_FAILURE);