From 23070804053c8eb08d8b653ccd8f62e9847b2bb2 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 26 Feb 2000 09:59:14 +0000 Subject: [PATCH] Redo this with a repo copy from the original file and reset the __PREFIX__ markers. --- crypto/openssh/pam_ssh/pam_ssh.c | 2 +- lib/libpam/modules/pam_ssh/pam_ssh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/openssh/pam_ssh/pam_ssh.c b/crypto/openssh/pam_ssh/pam_ssh.c index 9392b9e3eaf..19f7722af4e 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 diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.c b/lib/libpam/modules/pam_ssh/pam_ssh.c index 9392b9e3eaf..19f7722af4e 100644 --- a/lib/libpam/modules/pam_ssh/pam_ssh.c +++ b/lib/libpam/modules/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