summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
commit5b2b1d78087f359682131bd6d150db0b610ca073 (patch)
treeb0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-ssh.c
parentcreate ssh_config-dist and sshd_config-dist (diff)
Rename Patches to make navigation much more easier.
Notes
Notes: svn path=/head/; revision=55941
Diffstat (limited to 'security/openssh/files/patch-ssh.c')
-rw-r--r--security/openssh/files/patch-ssh.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/openssh/files/patch-ssh.c b/security/openssh/files/patch-ssh.c
new file mode 100644
index 000000000000..a55517683cfa
--- /dev/null
+++ b/security/openssh/files/patch-ssh.c
@@ -0,0 +1,12 @@
+--- ssh.c.orig Tue Apr 17 14:55:04 2001
++++ ssh.c Sat May 26 15:05:28 2001
+@@ -199,6 +199,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;