SHELL2
pwd->pw_shell = SHELL2;
(void) execl(SHELL2, "sh", pwd->pw_shell, (char *)0);
pw->pw_shell = SHELL2;