projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d013c
)
fix typo
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sun, 14 Mar 2010 20:09:42 +0000
(16:09 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sun, 14 Mar 2010 20:09:42 +0000
(16:09 -0400)
src/monkeysphere-host
patch
|
blob
|
history
diff --git
a/src/monkeysphere-host
b/src/monkeysphere-host
index 2c1933147df013fceb270adffd25986b86d23e01..a5db8c1e0294208f30de1c5924654eca0a2cb1df 100755
(executable)
--- a/
src/monkeysphere-host
+++ b/
src/monkeysphere-host
@@
-74,7
+74,7
@@
EOF
# function to interact with the gpg keyring
gpg_host() {
- GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trust
-
db --no-greeting --quiet --no-tty "$@"
+ GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --no-greeting --quiet --no-tty "$@"
}
# list the info about the a key, in colon format, to stdout