X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fcommon;h=ef931ca4bc7a20282be621bfa533830c9cfef8bb;hb=e4c566d5a1dd25d87d07dac1459a395321b9a5ef;hp=eb3a08343819bcec665b8387e950f661984086a5;hpb=8e582f8c7cabe19275bc71d6093c9d07bf38b3f9;p=monkeysphere.git diff --git a/src/common b/src/common index eb3a083..ef931ca 100644 --- a/src/common +++ b/src/common @@ -1,9 +1,10 @@ # -*-shell-script-*- +# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Shared sh functions for the monkeysphere # # Written by -# Jameson Rollins +# Jameson Rollins # Jamie McClelland # Daniel Kahn Gillmor # @@ -674,7 +675,7 @@ process_user_id() { else log debug " - unacceptable primary key." if [ -z "$sshKey" ] ; then - log error " ! primary key could not be translated (not RSA or DSA?)." + log debug " ! primary key could not be translated (not RSA or DSA?)." else echo "1:${sshKey}" fi @@ -732,7 +733,7 @@ process_user_id() { else log debug " - unacceptable sub key." if [ -z "$sshKey" ] ; then - log error " ! sub key could not be translated (not RSA or DSA?)." + log debug " ! sub key could not be translated (not RSA or DSA?)." else echo "1:${sshKey}" fi