diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-17 02:23:17 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-17 02:23:17 -0500 |
commit | 5eab477a9755178abf56eeba5f658db882611eec (patch) | |
tree | 6094792af141061ccc467f891f60a3869135afa3 /src/share/mh/import_key | |
parent | ffe5855c75320bf35b6db1770b4ecbd0012723e8 (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/import_key')
-rw-r--r-- | src/share/mh/import_key | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/import_key b/src/share/mh/import_key index ed6ee4f..6f12b7f 100644 --- a/src/share/mh/import_key +++ b/src/share/mh/import_key @@ -61,7 +61,7 @@ printf "%s:6:\n" "$HOST_FINGERPRINT" | gpg_host --import-ownertrust gpg_host --check-trustdb # export to gpg public key to file -create_gpg_pub_file +update_gpg_pub_file # show info about new key show_key |