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 BE935138CA2 for ; Wed, 22 Apr 2015 21:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63956E082F; Wed, 22 Apr 2015 21:17:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11DBAE082F for ; Wed, 22 Apr 2015 21:17:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 171F33409B9 for ; Wed, 22 Apr 2015 21:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7949F1682A for ; Wed, 22 Apr 2015 21:17:07 +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: <1429737330.628b35e1beeea6aaab181b1511b2a879bdc45b61.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: BUSYBOX.md README.busybox X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 628b35e1beeea6aaab181b1511b2a879bdc45b61 X-VCS-Branch: master Date: Wed, 22 Apr 2015 21:17:07 +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: 1607a8e1-f85f-41ca-9f0a-265f93ee87ee X-Archives-Hash: cb1820a99ba59d5ac9ac2c4ebf641eca commit: 628b35e1beeea6aaab181b1511b2a879bdc45b61 Author: William Hubbs gmail com> AuthorDate: Wed Apr 22 21:15:30 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Apr 22 21:15:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=628b35e1 Update busybox documentation Convert README.busybox to markdown and add the note on the sysctl applet incompatibility. README.busybox => BUSYBOX.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.busybox b/BUSYBOX.md similarity index 89% rename from README.busybox rename to BUSYBOX.md index b084d42..db7ca51 100644 --- a/README.busybox +++ b/BUSYBOX.md @@ -1,6 +1,4 @@ -Using Busybox as your Default Shell ------------------------------------ - +# Using Busybox as your Default Shell with OpenRC If you have/bin/sh linked to busybox, you need to be aware of several incompatibilities between busybox's applets and the standalone @@ -27,5 +25,8 @@ CONFIG_SETFONT -- The setfont applet does not support the -u option from kbd. CONFIG_IP -- The ip applet doesn't support the "scope" modifier for "ip route add" and "ip address add". +CONFIG_BB_SYSCTL -- The sysctl applet does not support the --system command +line switch. + There is work to get most of these supported by busybox, so this file will be updated as things change.