summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-24 03:39:54 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-24 03:39:54 +0000
commit56a0d0c73945c855e019a22ad507888fd16bfdae (patch)
treee26cbba45b309503bca56ea7ae338228cbbca9bb /security/openssh
parentUpdate the CVS_DATE. This brings in support for TIS authentication, (diff)
Also, set SSH_PROGRAM correctly.
Notes
Notes: svn path=/head/; revision=23297
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/files/patch-al2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/files/patch-al b/security/openssh/files/patch-al
index 365a45928036..9a81a0c067ce 100644
--- a/security/openssh/files/patch-al
+++ b/security/openssh/files/patch-al
@@ -21,7 +21,7 @@
+#define HOST_CONFIG_FILE "__PREFIX__/etc/ssh_config"
-#define SSH_PROGRAM "/usr/bin/ssh"
-+#define SSH_PROGRAM "__PREFIX__/usr/bin/ssh"
++#define SSH_PROGRAM "__PREFIX__/bin/ssh"
/* The process id of the daemon listening for connections is saved
here to make it easier to kill the correct daemon when necessary. */