[Pkg-gnupg-commit] [gnupg2] 14/118: gpgconf: Print the plain socket directory with --list-dirs.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:24:58 UTC 2016


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

dkg pushed a commit to branch encoding-and-speling
in repository gnupg2.

commit 8e3fa5a4b205c534de2142e5d071712f957cf06a
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Aug 29 11:53:06 2016 +0200

    gpgconf: Print the plain socket directory with --list-dirs.
    
    * tools/gpgconf.c (list_dirs): Add plain socketdir out.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 tools/gpgconf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index 221e3e2..bdebadb 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -163,6 +163,7 @@ list_dirs (estream_t fp, char **names)
     { "libdir",             gnupg_libdir,     NULL },
     { "datadir",            gnupg_datadir,    NULL },
     { "localedir",          gnupg_localedir,  NULL },
+    { "socketdir",          gnupg_socketdir,  NULL },
     { "dirmngr-socket",     dirmngr_socket_name, NULL,},
     { "agent-ssh-socket",   gnupg_socketdir,  GPG_AGENT_SSH_SOCK_NAME },
     { "agent-socket",       gnupg_socketdir,  GPG_AGENT_SOCK_NAME },

-- 
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