aboutsummaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-07-22 05:32:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-07-22 05:32:30 +0000
commitad2733beb274dec4fee074bace08e0ed364657e2 (patch)
treea7380e354c1b16e10de9cad8213478c90a2a5cfe /security/openssh
parente36257ada7ca7851394c97de1feec585ed56c7be (diff)
downloadports-ad2733beb274dec4fee074bace08e0ed364657e2.tar.gz
ports-ad2733beb274dec4fee074bace08e0ed364657e2.zip
Notes
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/files/patch-pathnames.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/security/openssh/files/patch-pathnames.h b/security/openssh/files/patch-pathnames.h
index b8f4e585db5e..47881ecf7dcc 100644
--- a/security/openssh/files/patch-pathnames.h
+++ b/security/openssh/files/patch-pathnames.h
@@ -1,5 +1,5 @@
---- pathnames.h.orig Sat Jun 22 12:40:30 2002
-+++ pathnames.h Mon Jun 24 23:05:59 2002
+--- pathnames.h.orig Thu Jul 11 21:52:45 2002
++++ pathnames.h Mon Jul 22 07:19:30 2002
@@ -12,7 +12,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
@@ -18,8 +18,13 @@
/*
* The process id of the daemon listening for connections is saved here to
-@@ -123,8 +123,8 @@
+@@ -120,11 +120,13 @@
+ #define _PATH_UNIX_X "/tmp/.X11-unix/X%u"
+
+ /* for scp */
++#ifndef _PATH_CP
#define _PATH_CP "cp"
++#endif
/* for sftp */
-#define _PATH_SFTP_SERVER "/usr/libexec/sftp-server"