pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pinentry-mac/files For unknown reason the pro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10010ad7b8b6
branches:  trunk
changeset: 363072:10010ad7b8b6
user:      jym <jym%pkgsrc.org@localhost>
date:      Wed May 31 17:10:01 2017 +0000

description:
For unknown reason the program fails silently when called with open(1)
on latest Sierra.
So exec the program directly instead of using open(1).

diffstat:

 security/pinentry-mac/files/pinentry-mac.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (8 lines):

diff -r 64f6190556c5 -r 10010ad7b8b6 security/pinentry-mac/files/pinentry-mac.sh
--- a/security/pinentry-mac/files/pinentry-mac.sh       Wed May 31 14:09:30 2017 +0000
+++ b/security/pinentry-mac/files/pinentry-mac.sh       Wed May 31 17:10:01 2017 +0000
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-open '@PINENTRY_APP_DIR@' $@
+exec '@PINENTRY_APP_DIR@/Contents/MacOS/pinentry-mac'



Home | Main Index | Thread Index | Old Index