Searched refs:INIT_BSHELL (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c95 #define INIT_BSHELL RESCUEDIR "/sh" macro
99 #define INIT_BSHELL _PATH_BSHELL macro
643 const char *shell = INIT_BSHELL;
747 (void)execv(INIT_BSHELL, __UNCONST(argv));
748 emergency("can't exec `%s' for single user: %m", INIT_BSHELL);
853 (void)execv(INIT_BSHELL, __UNCONST(argv));
854 stall("can't exec `%s' for `%s': %m", INIT_BSHELL, _PATH_RUNCOM);
858 emergency("can't fork for `%s' on `%s': %m", INIT_BSHELL,
878 "single user mode", INIT_BSHELL, _PATH_RUNCOM);
883 INIT_BSHELL, _PATH_RUNCO
[all...]

Completed in 103 milliseconds