From patchwork Tue Jul 21 06:15:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 498008 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 7D418140216 for ; Tue, 21 Jul 2015 16:15:40 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5CFD18AF23; Tue, 21 Jul 2015 06:15:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mXMXGgvpVG6K; Tue, 21 Jul 2015 06:15:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7019E8AF03; Tue, 21 Jul 2015 06:15:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 55EBA1C1730 for ; Tue, 21 Jul 2015 06:15:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 51F738AF03 for ; Tue, 21 Jul 2015 06:15:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P794+7lIsP7I for ; Tue, 21 Jul 2015 06:15:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx02.posteo.de (mx02.posteo.de [89.146.194.165]) by hemlock.osuosl.org (Postfix) with ESMTPS id 680AA88B7D for ; Tue, 21 Jul 2015 06:15:34 +0000 (UTC) Received: from dovecot04.posteo.de (unknown [185.67.36.27]) by mx02.posteo.de (Postfix) with ESMTPS id D9A8A25AF51C for ; Tue, 21 Jul 2015 08:15:31 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot04.posteo.de (Postfix) with ESMTPSA id 3mb8mg24FtzFpVj for ; Tue, 21 Jul 2015 08:15:30 +0200 (CEST) Received: from nzxt.fritz.box (nzxt.localdomain [192.168.178.46]) (Authenticated sender: joerg.krause@embedded.rocks) by embedded.rocks (Postfix) with ESMTPSA id D25CB980051; Tue, 21 Jul 2015 08:15:29 +0200 (CEST) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Tue, 21 Jul 2015 08:15:27 +0200 Message-Id: <1437459327-7477-1-git-send-email-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.4.6 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/debianutils: improve help text X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add a note about the installed utilities. Signed-off-by: Jörg Krause --- package/debianutils/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/debianutils/Config.in b/package/debianutils/Config.in index f865868..a3f7510 100644 --- a/package/debianutils/Config.in +++ b/package/debianutils/Config.in @@ -4,4 +4,8 @@ config BR2_PACKAGE_DEBIANUTILS help Miscellaneous utilities specific to Debian. + The specific utilities included are: + add-shell installkernel ischroot remove-shell run-parts savelog + tempfile which + https://tracker.debian.org/pkg/debianutils