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 1RURxd-0005GU-Im for garchives@archives.gentoo.org; Sat, 26 Nov 2011 23:47:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CFE621C1D0; Sat, 26 Nov 2011 23:47:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E63A321C1D0 for ; Sat, 26 Nov 2011 23:47:01 +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 6AACF1B4002 for ; Sat, 26 Nov 2011 23:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A415480042 for ; Sat, 26 Nov 2011 23:47:00 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <695f3886fb2d255e64387ce780be3c1cbc170fa9.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.in X-VCS-Directories: etc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 695f3886fb2d255e64387ce780be3c1cbc170fa9 Date: Sat, 26 Nov 2011 23:47:00 +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: 0482ab2d-046e-4648-856f-f672b2025559 X-Archives-Hash: bcbe8abeb570f5417c073bb4e71093b0 commit: 695f3886fb2d255e64387ce780be3c1cbc170fa9 Author: William Hubbs gentoo org> AuthorDate: Sat Nov 26 23:33:10 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Nov 26 23:33:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D695f3886 Remove rc_parallel from rc.conf rc_parallel has never been considered a stable feature of openrc. To that end, I am removing the documentation for this feature from rc.conf. It is still available, but bugs against it are not considered stable blockers, and it should only be used currently by developers and users who are willing to test the feature. X-Gentoo-Bug: 391945 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=3D391945 --- etc/rc.conf.in | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 2dad333..9b1daa8 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -1,18 +1,8 @@ # Global OpenRC configuration settings =20 -# Set to "YES" if you want the rc system to try and start services -# in parallel for a slight speed improvement. When running in parallel w= e -# prefix the service output with its name as the output will get -# jumbled up. -# WARNING: whilst we have improved parallel, it can still potentially lo= ck -# the boot process. Don't file bugs about this unless you can supply -# patches that fix it without breaking other things! -#rc_parallel=3D"NO" - # Set rc_interactive to "YES" and you'll be able to press the I key duri= ng # boot so you can choose to start specific services. Set to "NO" to disa= ble -# this feature. This feature is automatically disabled if rc_parallel is -# set to YES. +# this feature. #rc_interactive=3D"YES" =20 # If we need to drop to a shell, you can specify it here.