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 B890A138330 for ; Mon, 19 Sep 2016 17:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92557E0B1F; Mon, 19 Sep 2016 17:10:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DF61E0B1F for ; Mon, 19 Sep 2016 17:10:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6839F340A60 for ; Mon, 19 Sep 2016 17:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F22382486 for ; Mon, 19 Sep 2016 17:10:04 +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: <1474304945.83bb827edf5b9be04a326d1970d6f55db239281f.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: 83bb827edf5b9be04a326d1970d6f55db239281f X-VCS-Branch: master Date: Mon, 19 Sep 2016 17:10:04 +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: 89cf3907-d821-40cc-a82d-9d364e190e26 X-Archives-Hash: 77c6a927267953810edd1b83e37e937a commit: 83bb827edf5b9be04a326d1970d6f55db239281f Author: William Hubbs gmail com> AuthorDate: Mon Sep 19 17:07:04 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 19 17:09:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=83bb827e Revert "Disable parallel startup in interactive mode" This reverts commit 8b4fc05ff2645b2ecb0f153492f72dd8b39ba431. The original commit did not explain why this feature was disabled, and I now have a request to enable it. This fixes #24. src/rc/rc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rc/rc.c b/src/rc/rc.c index 2c517f2..118c2d1 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -664,7 +664,6 @@ do_start_services(const RC_STRINGLIST *start_services, bool parallel) interactive = want_interactive(); if (interactive) { - parallel = false; interactive_retry: printf("\n"); einfo("About to start the service %s",