From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 786781382C5 for ; Thu, 22 Feb 2018 22:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D9A7E091A; Thu, 22 Feb 2018 22:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CD3FE091A for ; Thu, 22 Feb 2018 22:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E782335C43 for ; Thu, 22 Feb 2018 22:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F12951A3 for ; Thu, 22 Feb 2018 22:17:06 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1519337767.aa7d3a7911b658c550e7ce76cd6d7d46541fc323.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc.c X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: aa7d3a7911b658c550e7ce76cd6d7d46541fc323 X-VCS-Branch: master Date: Thu, 22 Feb 2018 22:17:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db984c69-b7c9-4d71-9c5f-39390d89f550 X-Archives-Hash: 9577f5830ee2fef0c885ce361de37570 commit: aa7d3a7911b658c550e7ce76cd6d7d46541fc323 Author: William Hubbs gmail com> AuthorDate: Thu Feb 22 22:16:07 2018 +0000 Commit: William Hubbs gentoo 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