summaryrefslogtreecommitdiffstats
path: root/security/openssh/files
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-07-22 05:32:30 +0000
committerdinoex <dinoex@FreeBSD.org>2002-07-22 05:32:30 +0000
commit39eb3932cf6497e91e81cd6761d538ba6d6b1c47 (patch)
tree9093db18b52badaff7cd60d946a789b1f06ec87b /security/openssh/files
parent621a37ab6b206d8767137efbd381c2124dfccfe2 (diff)
downloadFreeBSD-ports-39eb3932cf6497e91e81cd6761d538ba6d6b1c47.zip
FreeBSD-ports-39eb3932cf6497e91e81cd6761d538ba6d6b1c47.tar.gz
Fix build in STABLE and CURRENT, _PATH_CP is defined in system includes
Diffstat (limited to 'security/openssh/files')
-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 b8f4e58..47881ec 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"
OpenPOWER on IntegriCloud