Redo this with a repo copy from the original file and reset the

__PREFIX__ markers.
This commit is contained in:
Peter Wemm 2000-02-26 09:59:14 +00:00
parent a535079a85
commit 2307080405
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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