13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
|
$OpenBSD: patch-jsd_jsd_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||
|
--- jsd/jsd.c.orig Sun Jun 11 17:15:18 2006
|
||
|
+++ jsd/jsd.c Sun Jun 11 17:15:29 2006
|
||
|
@@ -458,7 +458,7 @@ do_bench_command(char *argv, int fanout,
|
||
|
|
||
|
rsh = getenv("RCMD_CMD");
|
||
|
if (rsh == NULL)
|
||
|
- rsh = strdup("rsh");
|
||
|
+ rsh = strdup("ssh");
|
||
|
if (rsh == NULL)
|
||
|
bailout();
|
||
|
if (getenv("RCMD_CMD_ARGS") != NULL)
|