commit | 7c8bec01790087748ec7afa69a31789828b751f9 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Tue Jun 10 18:46:26 2014 +0100 |
committer | Robin Lee <rgl@google.com> | Tue Jun 10 18:59:55 2014 +0100 |
tree | c84046caaf5c305a59cc531a45cc1835ea18ac0a | |
parent | c4193f1fef52314b451f55cce48ce44f94b875b6 [diff] [blame] |
Rename 'mkuser' command to 'mkuserconfig' Brings the name more in line with what it actually does. Change-Id: I0adb14deb1a035abdbe51714356bd0c94ccf04c5
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index 8911570..4d57dea 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c
@@ -265,7 +265,7 @@ return 0; } -int create_user(userid_t userid) +int make_user_config(userid_t userid) { if (ensure_config_user_dirs(userid) == -1) { return -1;