pkgsrc/parallel/clusterit/patches/patch-ab
garbled e332637fc7 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.
2008-02-27 21:52:16 +00:00

12 lines
315 B
Text

$NetBSD: patch-ab,v 1.3 2008/02/27 21:52:16 garbled Exp $
--- dsh/rseq.c.orig 2008-02-27 14:35:38.000000000 -0700
+++ dsh/rseq.c 2008-02-27 14:37:28.000000000 -0700
@@ -48,7 +48,6 @@
#endif
/* externs */
-extern int errno;
void do_command(char **argv, int allrun, char *username);
node_t *check_seq(void);