[svn] GnuPG - r4604 - trunk/tools

svn author wk cvs at cvs.gnupg.org
Tue Oct 23 13:15:35 CEST 2007


Author: wk
Date: 2007-10-23 13:15:26 +0200 (Tue, 23 Oct 2007)
New Revision: 4604

Modified:
   trunk/tools/ChangeLog
   trunk/tools/gpgconf-comp.c
Log:
Fixed wrong entry in the gpg-agent table.


Modified: trunk/tools/ChangeLog
===================================================================
--- trunk/tools/ChangeLog	2007-10-23 10:48:09 UTC (rev 4603)
+++ trunk/tools/ChangeLog	2007-10-23 11:15:26 UTC (rev 4604)
@@ -1,3 +1,9 @@
+2007-10-23  Werner Koch  <wk at g10code.com>
+
+	* gpgconf-comp.c (gc_options_gpg_agent): Repalce accidently used
+	GC_BACKEND_SCDAEMON.  We should consider to create these tables
+	from plain files.
+
 2007-10-22  Werner Koch  <wk at g10code.com>
 
 	* gpgconf-comp.c (retrieve_options_from_program): Replace use of

Modified: trunk/tools/gpgconf-comp.c
===================================================================
--- trunk/tools/gpgconf-comp.c	2007-10-23 10:48:09 UTC (rev 4603)
+++ trunk/tools/gpgconf-comp.c	2007-10-23 11:15:26 UTC (rev 4604)
@@ -537,7 +537,7 @@
    { "check-passphrase-pattern", GC_OPT_FLAG_RUNTIME,
      GC_LEVEL_EXPERT,
      "gnupg", N_("|FILE|check new passphrases against pattern in FILE"),
-     GC_ARG_TYPE_PATHNAME, GC_BACKEND_SCDAEMON },
+     GC_ARG_TYPE_PATHNAME, GC_BACKEND_GPG_AGENT },
    { "max-passphrase-days", GC_OPT_FLAG_RUNTIME,
      GC_LEVEL_EXPERT, "gnupg", 
      N_("|N|expire the passphrase after N days"),




More information about the Gnupg-commits mailing list