From f916d5756fae163896715b057a627a5fb58ddd52 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 17 Jun 2016 08:36:07 +0200 Subject: [PATCH] scd: Make option --homedir work. * scd/scdaemon.c (opts): Add --homedir. -- Backport of master commit: def512eb67c8a380f3b873cee0f156deef0b6dda Without that entry the homedir setting won't work. GnuPG-bug-id: 2386 Signed-off-by: Werner Koch --- scd/scdaemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scd/scdaemon.c b/scd/scdaemon.c index e133ddc07..89b4e0ef5 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -150,6 +150,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 () };