From 55eb3e28b1d7e0e1ba4f07d2b4c86fea60ab0178 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Wed, 5 Mar 2008 04:25:42 +0000 Subject: - expire port: Long out of date with multiple security issues. (Don't worry, openssh-portable is still there.) --- security/openssh/files/patch-pathnames.h | 36 -------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 security/openssh/files/patch-pathnames.h (limited to 'security/openssh/files/patch-pathnames.h') diff --git a/security/openssh/files/patch-pathnames.h b/security/openssh/files/patch-pathnames.h deleted file mode 100644 index 47881ecf7dcc..000000000000 --- a/security/openssh/files/patch-pathnames.h +++ /dev/null @@ -1,36 +0,0 @@ ---- 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". - */ - --#define ETCDIR "/etc" -+#define ETCDIR "__PREFIX__/etc/ssh" - #define SSHDIR ETCDIR - #define _PATH_SSH_PIDDIR "/var/run" - -@@ -37,7 +37,7 @@ - /* Backwards compatibility */ - #define _PATH_DH_PRIMES ETCDIR "/primes" - --#define _PATH_SSH_PROGRAM "/usr/bin/ssh" -+#define _PATH_SSH_PROGRAM "__PREFIX__/bin/ssh" - - /* - * The process id of the daemon listening for connections is saved here to -@@ -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" -+#define _PATH_SFTP_SERVER "__PREFIX__/libexec/sftp-server" - #define _PATH_LS "ls" - - /* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */ --#define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" -+#define _PATH_PRIVSEP_CHROOT_DIR "__PREFIX__/empty" -- cgit v1.2.3