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 A844413826A for ; Thu, 26 May 2016 04:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68EB2224056; Thu, 26 May 2016 04:20:36 +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 0E53D224056 for ; Thu, 26 May 2016 04:20:34 +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 71CC9340BE0 for ; Thu, 26 May 2016 04:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F002983 for ; Thu, 26 May 2016 04:20:29 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1464236421.fd77eb779f23f839d9ee85d4bb39dce01915dd41.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: fd77eb779f23f839d9ee85d4bb39dce01915dd41 X-VCS-Branch: master Date: Thu, 26 May 2016 04:20:29 +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: 003270d8-868b-4697-ae5d-14e05f6a7f99 X-Archives-Hash: c57316b99b20395ea73291536bb91810 commit: fd77eb779f23f839d9ee85d4bb39dce01915dd41 Author: Benda Xu gentoo org> AuthorDate: Wed May 25 11:38:22 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Thu May 26 04:20:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fd77eb77 scripts/bootstrap-prefix.sh: openrc-run shebang place holder. scripts/bootstrap-prefix.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 0ba0d5a..228bf90 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1373,6 +1373,10 @@ bootstrap_stage3() { virtual/os-headers sys-apps/portage ) + if [[ ! -x "${ROOT}"/sbin/openrc-run ]]; then + echo "We need openrc-run at ${ROOT}/sbin to merge rsync." > "${ROOT}"/sbin/openrc-run + chmod +x "${ROOT}"/sbin/openrc-run + fi USE="ssl" \ emerge_pkgs "" "${pkgs[@]}" || return 1