openbsd-ports/sysutils/clusterit/patches/patch-tools_prm_1
wcmaier 858d107c10 - Update clusterit to 2.5, which includes most of our s/rsh/ssh/
patches.
Diff originally from bsd at openbsd dot rutgers dot edu; thanks!

ok merdely@, landry@
2008-04-03 12:13:48 +00:00

22 lines
596 B
Plaintext

$OpenBSD: patch-tools_prm_1,v 1.2 2008/04/03 12:13:48 wcmaier Exp $
--- tools/prm.1.orig Sun Feb 20 13:05:54 2000
+++ tools/prm.1 Mon Mar 31 21:02:35 2008
@@ -122,7 +122,7 @@ in the cluster.
.It Ev RCMD_CMD
Command to use to connect to remote machines. The command chosen must
be able to connect with no password to the remote host. Defaults to
-.Ic rsh
+.Ic ssh .
.\" .Sh FILES
.El
.Sh DIAGNOSTICS
@@ -130,7 +130,7 @@ Exit status is 0 on success, 1 if an error occurs.
.Sh SEE ALSO
.Xr dsh 1 ,
.Xr rm 1 ,
-.Xr rsh 1 ,
+.Xr ssh 1 ,
.Xr kerberos 3 ,
.Xr hosts.equiv 5 ,
.Xr rhosts 5