From dd84300cab61e2a86299fd8c05f337abb38fb7d9 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 31 Jan 2009 18:31:09 -0500 Subject: make subcommand subfunction that were missed previously --- src/subcommands/ma/add-certifier | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/subcommands/ma/add-certifier') 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 + +} -- cgit v1.2.3