summaryrefslogtreecommitdiff
path: root/src/subcommands/ma/add-certifier
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 18:31:09 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 18:31:09 -0500
commitdd84300cab61e2a86299fd8c05f337abb38fb7d9 (patch)
treebcf883e173693e2721d243755493b9679742831e /src/subcommands/ma/add-certifier
parent0d36aebed69b154903e158a4c0f5cc8707cf5168 (diff)
make subcommand subfunction that were missed previously
Diffstat (limited to 'src/subcommands/ma/add-certifier')
-rwxr-xr-xsrc/subcommands/ma/add-certifier4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/subcommands/ma/add-certifier b/src/subcommands/ma/add-certifier
index 3bd800c..451506d 100755
--- a/src/subcommands/ma/add-certifier
+++ b/src/subcommands/ma/add-certifier
@@ -13,6 +13,8 @@
# retrieve key from web of trust, import it into the host keyring, and
# ltsign the key in the host keyring so that it may certify other keys
+add_certifier() {
+
local domain
local trust
local depth
@@ -139,3 +141,5 @@ if echo "$ltsignCommand" | \
else
failure "Problem adding identify certifier."
fi
+
+}