diff options
author | Werner Koch <wk@gnupg.org> | 2017-12-18 17:46:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-12-18 17:46:05 +0100 |
commit | 482e000b8a7e336f342a7fac3b7379257e944b6e (patch) | |
tree | f96adab119a57a987f6ec0609d23935e923a220f /tools/applygnupgdefaults | |
parent | gpgconf: Show --compliance in expert mode. (diff) | |
download | gnupg2-482e000b8a7e336f342a7fac3b7379257e944b6e.tar.xz gnupg2-482e000b8a7e336f342a7fac3b7379257e944b6e.zip |
conf: New option --status-fd.
* tools/gpgconf.c (oStatusFD): New const.
(opts): New option --status-fd.
(statusfp): New var.
(set_status_fd): New.
(gpgconf_write_status): New.
(gpgconf_failure): New.
(main): Set status fd and replace exit by gpgconf_failure.
* tools/gpgconf-comp.c: Repalce exit by gpgconf_failure.
(gc_process_gpgconf_conf): Print a few warning status messages.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tools/applygnupgdefaults')
-rwxr-xr-x | tools/applygnupgdefaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/applygnupgdefaults b/tools/applygnupgdefaults index 54365ce34..316509faf 100755 --- a/tools/applygnupgdefaults +++ b/tools/applygnupgdefaults @@ -1,5 +1,5 @@ #!/bin/sh -# Apply defaults from /etc/gnupg/gpg.conf to all users -*- sh -*- +# Apply defaults from /etc/gnupg/gpgconf.conf to all users -*- sh -*- # # Copyright 2007 Free Software Foundation, Inc. # |