commit: 83bb827edf5b9be04a326d1970d6f55db239281f
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Sep 19 17:07:04 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> 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",