openbsd-ports/sysutils/clusterit/patches/patch-dsh_rseq_c
steven 4bf9f78eea import of Clusterit 2.4
Clusterit is a collection of clustering tools loosely based on IBM's
PSSP clustering tools. Unlike PSSP or GLUnix, Clusterit allows fast
parallel execution of remote commands as it is written in
architecture-independent C. Administrators can choose from a variety
of authentication methods, including SSH and Kerberos.

With Clusterit, administrators can run parallelized and load
balanced software builds (using jsd/jsh) or manage a heterogeneous
cluster of machines (using dsh/dvt/rvt).

submitted by Will Maier <willmaier at ml1.net>

input and ok naddy@
2006-06-13 19:39:07 +00:00

13 lines
429 B
Plaintext

$OpenBSD: patch-dsh_rseq_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
--- dsh/rseq.c.orig Sun Jun 11 17:12:09 2006
+++ dsh/rseq.c Sun Jun 11 17:12:12 2006
@@ -324,7 +324,7 @@ do_command(char **argv, int allrun, char
/* set up the remote command */
rsh = getenv("RCMD_CMD");
if (rsh == NULL)
- rsh = strdup("rsh");
+ rsh = strdup("ssh");
if (rsh == NULL)
bailout();
if (getenv("RCMD_CMD_ARGS") != NULL)