[git] GnuPG - branch, master, updated. gnupg-2.1.13-6-g4e41745
by Werner Koch
cvs at cvs.gnupg.org
Fri Jun 17 08:39:42 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 4e41745b3ea3bb8ffc50af6bafeb1de9c928812f (commit)
from aece9e87f39bea7643cb9169338e64e988e400eb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4e41745b3ea3bb8ffc50af6bafeb1de9c928812f
Author: Werner Koch <wk at gnupg.org>
Date: Fri Jun 17 08:36:07 2016 +0200
scd: Make option --homedir work.
* scd/scdaemon.c (opts): Add --homedir.
--
Without that entry the homedir setting won't work.
GnuPG-bug-id: 2386
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index 9c11cad..7dbb9c7 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -156,6 +156,7 @@ static ARGPARSE_OPTS opts[] = {
ARGPARSE_s_s (oDisableApplication, "disable-application", "@"),
ARGPARSE_s_n (oEnablePinpadVarlen, "enable-pinpad-varlen",
N_("use variable length input for pinpad")),
+ ARGPARSE_s_s (oHomedir, "homedir", "@"),
ARGPARSE_end ()
};
-----------------------------------------------------------------------
Summary of changes:
scd/scdaemon.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list