sbin/init/init.c
1723
(void)execl(INIT_BSHELL, "sh",
sbin/init/init.c
651
const char *shell = INIT_BSHELL;
sbin/init/init.c
755
(void)execv(INIT_BSHELL, __UNCONST(argv));
sbin/init/init.c
756
emergency("can't exec `%s' for single user: %m", INIT_BSHELL);
sbin/init/init.c
861
(void)execv(INIT_BSHELL, __UNCONST(argv));
sbin/init/init.c
862
stall("can't exec `%s' for `%s': %m", INIT_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
866
emergency("can't fork for `%s' on `%s': %m", INIT_BSHELL,
sbin/init/init.c
886
"single user mode", INIT_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
891
INIT_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
909
"single user mode", INIT_BSHELL, _PATH_RUNCOM);