fix reference to MONKEYSPHER_USER in ma/setup
[monkeysphere.git] / src / monkeysphere-host
index 4aab995950e89ed1323275431594023810503da8..f79c2bb064714f7c40b1cf65230b2f866af7675c 100755 (executable)
@@ -123,6 +123,9 @@ create_gpg_pub_file() {
 
 # load the host fingerprint into the fingerprint variable, using the
 # export gpg pub key file
+# FIXME: this seems much less than ideal, with all this temp keyring
+# stuff.  is there a way we can do this without having to create temp
+# files?
 load_fingerprint() {
     if [ -f "$HOST_KEY_PUB_GPG" ] ; then
        HOST_FINGERPRINT=$( \