openrc: force deptree update for sysinit runlevel
This commit is contained in:
parent
98262647a9
commit
aa7d3a7911
@ -505,6 +505,9 @@ do_sysinit()
|
||||
* sys */
|
||||
if ((sys = rc_sys()))
|
||||
setenv("RC_SYS", sys, 1);
|
||||
/* force an update of the dependency tree */
|
||||
if ((main_deptree = _rc_deptree_load(1, NULL)) == NULL)
|
||||
eerrorx("failed to load deptree");
|
||||
}
|
||||
|
||||
static bool
|
||||
|
Loading…
Reference in New Issue
Block a user