user_shell -> run_shell to avoid confusion with the user's SHELL variable.

This commit is contained in:
Todd C. Miller
2011-03-18 10:23:35 -04:00
parent 5d7889c0d7
commit 33516ed826
3 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ static struct sudo_settings {
#define ARG_SET_HOME 5
{ "set_home" },
#define ARG_USER_SHELL 6
{ "user_shell" },
{ "run_shell" },
#define ARG_LOGIN_SHELL 7
{ "login_shell" },
#define ARG_IGNORE_TICKET 8