From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RplJn-0006Ds-6f for garchives@archives.gentoo.org; Tue, 24 Jan 2012 18:42:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39BE9E0BE3; Tue, 24 Jan 2012 18:42:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CFACE0BE3 for ; Tue, 24 Jan 2012 18:41:59 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A45221B4030 for ; Tue, 24 Jan 2012 18:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2285A8004C for ; Tue, 24 Jan 2012 18:41:58 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <8b4fc05ff2645b2ecb0f153492f72dd8b39ba431.idl0r@gentoo> 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: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 8b4fc05ff2645b2ecb0f153492f72dd8b39ba431 Date: Tue, 24 Jan 2012 18:41:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 26d9916a-7d73-43db-babc-1dc076a1435c X-Archives-Hash: 67d522692fb97eb2c6f3099ccdce4341 commit: 8b4fc05ff2645b2ecb0f153492f72dd8b39ba431 Author: Christian Ruppert gentoo org> AuthorDate: Tue Jan 24 18:41:20 2012 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Jan 24 18:41:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D8b4fc05f Disable parallel startup in interactive mode --- src/rc/rc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/rc/rc.c b/src/rc/rc.c index f284c2e..662062e 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -667,6 +667,7 @@ do_start_services(bool parallel) interactive =3D want_interactive(); =20 if (interactive) { + parallel =3D false; interactive_retry: printf("\n"); einfo("About to start the service %s",