[Nm-templates-discuss] templates keycheck.sh,1.11,1.12

joerg@haydn.debian.org joerg@haydn.debian.org


Update of /cvsroot/nm-templates/templates
In directory haydn:/tmp/cvs-serv11078/debian/am/text

Modified Files:
	keycheck.sh 
Log Message:
Dont do trustdb checks..


Index: keycheck.sh
===================================================================
RCS file: /cvsroot/nm-templates/templates/keycheck.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- keycheck.sh	30 Sep 2004 21:14:35 -0000	1.11
+++ keycheck.sh	5 Feb 2005 20:37:43 -0000	1.12
@@ -27,7 +27,7 @@
 DELETE=no
 # The options for the gpg call in this script.
 # Contains only options used in ALL gpg calls.
-GPGOPTS=" -q --no-options --no-default-keyring --keyring $DESTDIR/nm.gpg "
+GPGOPTS=" -q --no-options --no-auto-check-trustdb --no-default-keyring --keyring $DESTDIR/nm.gpg "
 # For the following calls use LANG=C - some output is used for
 # reports to a list / for an english report.
 LANG=C