summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-au
blob: 45b30014d9909fadda13cf2709ab8c060c4219e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ru /home/green/ssh/ssh.c ./ssh.c
--- /home/green/ssh/ssh.c	Sat Oct 30 03:43:00 1999
+++ ./ssh.c	Mon Nov  8 00:06:40 1999
@@ -128,6 +128,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;
   args[i++] = host;    /* may have to come after user on some systems */
   if (user)