summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-26 09:59:14 +0000
committerpeter <peter@FreeBSD.org>2000-02-26 09:59:14 +0000
commiteb77fcb95c7f3db514f815720cb867ab2fb9faa4 (patch)
treefe97df3aa5ee16aa9f1063e2fcebe356e643afe4 /crypto
parentde44413bc66a3826a9f41da2c4ef7b82b58428ff (diff)
downloadFreeBSD-src-eb77fcb95c7f3db514f815720cb867ab2fb9faa4.zip
FreeBSD-src-eb77fcb95c7f3db514f815720cb867ab2fb9faa4.tar.gz
Redo this with a repo copy from the original file and reset the
__PREFIX__ markers.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/pam_ssh/pam_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/pam_ssh/pam_ssh.c b/crypto/openssh/pam_ssh/pam_ssh.c
index 9392b9e..19f7722 100644
--- a/crypto/openssh/pam_ssh/pam_ssh.c
+++ b/crypto/openssh/pam_ssh/pam_ssh.c
@@ -51,7 +51,7 @@
#define MODULE_NAME "pam_ssh"
#define NEED_PASSPHRASE "Need passphrase for %s (%s).\nEnter passphrase: "
-#define PATH_SSH_AGENT "__PREFIX__/bin/ssh-agent"
+#define PATH_SSH_AGENT "/usr/bin/ssh-agent"
void
OpenPOWER on IntegriCloud