Home | History | Annotate | Download | only in init

Lines Matching defs:shell

651 	const char *shell = INIT_BSHELL;
718 "Enter pathname of shell or RETURN for %s: ", shell);
730 shell = altshell;
742 * Fire off a shell.
743 * If the default one doesn't work, try the Bourne shell.
751 (void)execv(shell, __UNCONST(argv));
752 emergency("can't exec `%s' for single user: %m", shell);
765 emergency("can't fork single-user shell: %m, trying again");
780 warning("wait for single-user shell failed: %m; "
785 warning("shell stopped, restarting");
806 warning("single user shell terminated (%x), restarting",