[git] GnuPG - branch, master, updated. gnupg-2.1.15-14-g8e3fa5a

by Werner Koch cvs at cvs.gnupg.org
Mon Aug 29 11:55:31 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  8e3fa5a4b205c534de2142e5d071712f957cf06a (commit)
      from  2aa0701013f703ad93e17da3345c493c08aa04ee (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 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>

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

-----------------------------------------------------------------------

Summary of changes:
 tools/gpgconf.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