summaryrefslogtreecommitdiff
path: root/src/share/mh/add_revoker
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 02:23:17 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 02:23:17 -0500
commit5eab477a9755178abf56eeba5f658db882611eec (patch)
tree6094792af141061ccc467f891f60a3869135afa3 /src/share/mh/add_revoker
parentffe5855c75320bf35b6db1770b4ecbd0012723e8 (diff)
rename create_gpg_pub_file to be update_gpg_pub_file, and add it to
every function that alters the host keyring, so that all changes will show up in exported pub key file, and in show-key.
Diffstat (limited to 'src/share/mh/add_revoker')
-rw-r--r--src/share/mh/add_revoker2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/mh/add_revoker b/src/share/mh/add_revoker
index b6affbb..1464ae8 100644
--- a/src/share/mh/add_revoker
+++ b/src/share/mh/add_revoker
@@ -97,6 +97,8 @@ failure "not implemented yet!"
if echo "$addrevokerCommand" | \
gpg_core_edit ; then
+ update_gpg_pub_file
+
log info "Revoker added."
else
failure "Problem adding revoker."