[Pkg-gnupg-commit] [gnupg2] 07/160: scd: Make option --homedir work.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 15 09:36:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch upstream
in repository gnupg2.

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>
---
 scd/scdaemon.c | 1 +
 1 file changed, 1 insertion(+)

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 ()
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list