diff options
author | Marc Coquand <marc@mccd.space> | 2024-09-20 19:11:00 +0300 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-09-20 19:11:00 +0300 |
commit | b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab (patch) | |
tree | ace0ee0d7acf2af94839e893d8a3a7e514e185c9 /gnupg | |
parent | e233e7f028366ce8f5d58fe1cc8a88210664ddb3 (diff) | |
download | bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.gz bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.bz2 bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.zip |
.
Diffstat (limited to '')
-rwxr-xr-x | gnupg/gpg-agent.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index e8991b9..4ac5d53 100755 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -1,4 +1,4 @@ default-cache-ttl 999999999 max-cache-ttl 999999999 allow-preset-passphrase -pinentry-program /usr/local/bin/pinentry-curses +pinentry-program /usr/bin/pinentry-curses |