Add the Debian GnuPG keyring as default (this was done through
authorjoey <>
Sat, 20 Nov 2004 19:08:40 +0000 (19:08 +0000)
committerjoey <>
Sat, 20 Nov 2004 19:08:40 +0000 (19:08 +0000)
.gnupg/options before already).

ud-useradd

index 9489755..a7b5f39 100755 (executable)
@@ -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 == "":