From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73CC6138206 for ; Fri, 19 Jan 2018 23:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57D1FE09A2; Fri, 19 Jan 2018 23:33:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33170E09A2 for ; Fri, 19 Jan 2018 23:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6E4C335C2E for ; Fri, 19 Jan 2018 23:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26FE31A7 for ; Fri, 19 Jan 2018 23:33:48 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1516404750.6215dc72717995abc35d0824b5ddf73c385c5f04.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-9999.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6215dc72717995abc35d0824b5ddf73c385c5f04 X-VCS-Branch: master Date: Fri, 19 Jan 2018 23:33:48 +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: 388924fd-d12a-4173-807c-31425b074130 X-Archives-Hash: 6ed047ba982dcb707ab7508349c7fa71 commit: 6215dc72717995abc35d0824b5ddf73c385c5f04 Author: Mike Frysinger chromium org> AuthorDate: Fri Jan 19 23:03:05 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jan 19 23:32:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6215dc72 sys-apps/busybox: update shell options in live git ebuild too Synced from the existing releases. sys-apps/busybox/busybox-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 3abfee0f802..73ee93bb96b 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -126,7 +126,9 @@ src_configure() { # If these are not set and we are using a uclibc/busybox setup # all calls to system() will fail. busybox_config_option y ASH + busybox_config_option y SH_IS_ASH busybox_config_option n HUSH + busybox_config_option n SH_IS_HUSH busybox_config_option '"/run"' PID_FILE_PATH busybox_config_option '"/run/ifstate"' IFUPDOWN_IFSTATE_PATH