mirror of https://github.com/mirror/busybox.git
parent
9b5c0b7611
commit
5f2df6ccb4
1
init.c
1
init.c
|
@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv)
|
|||
|
||||
/* Now run everything that needs to be run */
|
||||
|
||||
message(LOG|CONSOLE, "Running SYSINIT\n");
|
||||
/* First run the sysinit command */
|
||||
for( a=initActionList ; a; a=a->nextPtr) {
|
||||
if (a->action == SYSINIT) {
|
||||
|
|
|
@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv)
|
|||
|
||||
/* Now run everything that needs to be run */
|
||||
|
||||
message(LOG|CONSOLE, "Running SYSINIT\n");
|
||||
/* First run the sysinit command */
|
||||
for( a=initActionList ; a; a=a->nextPtr) {
|
||||
if (a->action == SYSINIT) {
|
||||
|
|
Loading…
Reference in New Issue