diff options
author | peter <peter@FreeBSD.org> | 2000-02-26 09:59:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-02-26 09:59:14 +0000 |
commit | eb77fcb95c7f3db514f815720cb867ab2fb9faa4 (patch) | |
tree | fe97df3aa5ee16aa9f1063e2fcebe356e643afe4 /lib/libpam | |
parent | de44413bc66a3826a9f41da2c4ef7b82b58428ff (diff) | |
download | FreeBSD-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 'lib/libpam')
-rw-r--r-- | lib/libpam/modules/pam_ssh/pam_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.c b/lib/libpam/modules/pam_ssh/pam_ssh.c index 9392b9e..19f7722 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 |