diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-02-03 20:59:41 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-02-03 20:59:41 -0500 |
commit | 001f9d9990b0341dfc8b94651cd7a7e51dccd6cf (patch) | |
tree | 2b30579a8d41ed073b36e6bcefb7775b7f56cc2a /src/share/mh/extend_key | |
parent | 21665a14ffb50d63914748725b26a057950cad6b (diff) | |
parent | d5359f4785e7235f07da0a380be747cb54094e35 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/share/mh/extend_key')
-rw-r--r-- | src/share/mh/extend_key | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/share/mh/extend_key b/src/share/mh/extend_key index d03b89a..79ee267 100644 --- a/src/share/mh/extend_key +++ b/src/share/mh/extend_key @@ -27,8 +27,9 @@ $extendTo save EOF -echo -echo "NOTE: Host key expiration date adjusted, but not yet published." -echo "Run '$PGRM publish-key' to publish the new expiration date." +cat <<EOF | log info +NOTE: Host key expiration date adjusted, but not yet published. +Run '$PGRM publish-key' to publish the new expiration date. +EOF } |