get rid of FILE_OWNER variable, in favor of just using $(whoami) when
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 2 Mar 2009 17:40:28 +0000 (12:40 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Mon, 2 Mar 2009 17:42:16 +0000 (12:42 -0500)
commit18d6d63571d18c50a4c943742c6cebbb100d4277
tree527e5c94ba9f597889ef069f3b9bd21c390fbdfa
parent04d3ff158b70e20bc4dc42678aa836498e670cce
get rid of FILE_OWNER variable, in favor of just using $(whoami) when
running check_key_file_permissions in update_known_hosts,
update_authorized_keys, and process_authorized_user_ids.  this is
fine, since the policy is just that a user is always updating their
own files.  closes monkeysphere bug #630.
src/monkeysphere
src/share/common
src/share/ma/update_users