diff options
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r-- | src/rc/rc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 1f462c66..3054f6c2 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -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 |