mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Redo this with a repo copy from the original file and reset the
__PREFIX__ markers.
This commit is contained in:
parent
a535079a85
commit
2307080405
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue