X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fmh%2Frevoke-key;h=cccdc224221dd30d5fe488c9f6c81b70d524ec07;hb=6923ef580f068ff535af273714e59235260ab7b6;hp=b4ce40115388536b6eb65f4f2e2776f2a1d3fce2;hpb=f5916bc01d76a54d9c2b1738c15da588021c63f3;p=monkeysphere.git diff --git a/src/subcommands/mh/revoke-key b/src/subcommands/mh/revoke-key old mode 100755 new mode 100644 index b4ce401..cccdc22 --- a/src/subcommands/mh/revoke-key +++ b/src/subcommands/mh/revoke-key @@ -1,16 +1,21 @@ -#!/usr/bin/env bash +# -*-shell-script-*- +# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Monkeysphere host revoke-key subcommand # # The monkeysphere scripts are written by: -# Jameson Rollins +# Jameson Rollins # Jamie McClelland # Daniel Kahn Gillmor # -# They are Copyright 2008, and are all released under the GPL, version 3 -# or later. +# They are Copyright 2008-2009, and are all released under the GPL, +# version 3 or later. # revoke host key +revoke_key() { + # FIXME: implement! failure "not implemented yet!" + +}