From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 92D6113825A for ; Thu, 12 May 2016 22:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7E28E07B3; Thu, 12 May 2016 22:26:14 +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 61097E07B3 for ; Thu, 12 May 2016 22:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5354E340A9D for ; Thu, 12 May 2016 22:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A55A33F for ; Thu, 12 May 2016 22:26:08 +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: <1463091550.184de04dd4f2599ca2d04502195f12737527f13d.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 184de04dd4f2599ca2d04502195f12737527f13d X-VCS-Branch: master Date: Thu, 12 May 2016 22:26:08 +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: 5ac78945-ab07-4b66-9f25-be1cf75fdfeb X-Archives-Hash: ccabd9d9b9d73b68871f410f5c865681 commit: 184de04dd4f2599ca2d04502195f12737527f13d Author: William Hubbs gentoo org> AuthorDate: Thu May 12 22:19:10 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu May 12 22:19:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184de04d sys-apps/openrc: install default "nonetwork" runlevel Package-Manager: portage-2.2.28 sys-apps/openrc/openrc-9999.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 5c10086..f4ba4dc 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -280,6 +280,13 @@ pkg_postinst() { fi fi + # Added for 0.21 + if [[ ! -e "${EROOT}"etc/runlevels/nonetwork ]]; then + einfo "copying default nonetwork runlevel" + cp -RPp "${EROOT}"usr/share/${PN}/runlevels/nonetwork \ + "${EROOT}"etc/runlevels + fi + if use hppa; then elog "Setting the console font does not work on all HPPA consoles." elog "You can still enable it by running:"