From 053bb4b41bf0e7116359fda6e4ed2e6c804ba72d Mon Sep 17 00:00:00 2001 From: joey <> Date: Sat, 20 Nov 2004 19:08:40 +0000 Subject: [PATCH] Add the Debian GnuPG keyring as default (this was done through .gnupg/options before already). --- ud-useradd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-useradd b/ud-useradd index 9489755..a7b5f39 100755 --- a/ud-useradd +++ b/ud-useradd @@ -57,7 +57,7 @@ while (1): break # Locate the key of the user we are adding -GPGBasicOptions[0] = "--batch" # Permit loading of the config file +SetKeyrings(["/org/keyring.debian.org/keyrings/debian-keyring.gpg"]) while (1): Foo = raw_input("Who are you going to add (for a GPG search)? "); if Foo == "": -- 2.20.1