summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ak
blob: f76d52056c2eb656518303bf12df1694e5d97142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/ssh.c	Tue Nov 23 18:57:50 1999
+++ ./ssh.c	Tue Nov 23 19:28:33 1999
@@ -123,6 +123,9 @@
 	log("Using rsh.  WARNING: Connection will not be encrypted.");
 	/* Build argument list for rsh. */
 	i = 0;
+#ifndef	_PATH_RSH
+#define	_PATH_RSH	"/usr/bin/rsh"
+#endif
 	args[i++] = _PATH_RSH;
 	/* host may have to come after user on some systems */
 	args[i++] = host;