public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] proj/openrc:master commit in: src/rc/
@ 2018-02-22 22:17 99% William Hubbs
  0 siblings, 0 replies; 1+ results
From: William Hubbs @ 2018-02-22 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     aa7d3a7911b658c550e7ce76cd6d7d46541fc323
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Feb 22 22:16:07 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 22:16:07 2018 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=aa7d3a79

openrc: force deptree update for sysinit runlevel

 src/rc/rc.c | 3 +++
 1 file changed, 3 insertions(+)

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


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-02-22 22:17 99% [gentoo-commits] proj/openrc:master commit in: src/rc/ William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox