mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
(main) <gpgconf>: Use gpg.conf and not /dev/null as
default filename.
This commit is contained in:
parent
28f89ad245
commit
339f0840e1
@ -1,3 +1,8 @@
|
||||
2004-04-30 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* g10.c (main) <gpgconf>: Use gpg.conf and not /dev/null as
|
||||
default filename.
|
||||
|
||||
2004-04-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* card-util.c (card_edit): Remove PIN verification.
|
||||
|
@ -2953,9 +2953,11 @@ main( int argc, char **argv )
|
||||
a default, which is described by the value of the ARGDEF field. */
|
||||
#define GC_OPT_FLAG_NO_ARG_DESC (1UL << 6)
|
||||
|
||||
if (!config_filename)
|
||||
config_filename = make_filename (opt.homedir, "gpg.conf", NULL);
|
||||
|
||||
printf ("gpgconf-gpg.conf:%lu:\"%s\n",
|
||||
GC_OPT_FLAG_DEFAULT,
|
||||
config_filename?config_filename:"/dev/null");
|
||||
GC_OPT_FLAG_DEFAULT, config_filename);
|
||||
|
||||
printf ("verbose:%lu:\n"
|
||||
"quiet:%lu:\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user