[Buildroot] [git commit] bonnie: Expand description in config help text.

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jan 30 07:37:54 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=996b4d99626f1ebc5ebcc46ce7b3320a1997d58e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The description "Filesystem tester" is rather unhelpful. Take the
description from the referenced web site to make it a bit clearer what
bonnie++ actually is.

[Thomas: rewrap Config.in help text.]

Signed-off-by: Cam Hutchison <camh at xdna.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/bonnie/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/bonnie/Config.in b/package/bonnie/Config.in
index 6dbd06d..4b0adda 100644
--- a/package/bonnie/Config.in
+++ b/package/bonnie/Config.in
@@ -3,7 +3,8 @@ config BR2_PACKAGE_BONNIE
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_USE_MMU # fork()
 	help
-	  Filesystem tester
+	  A benchmark suite that is aimed at performing a number of
+	  simple tests of hard drive and file system performance.
 
 	  http://www.coker.com.au/bonnie++/
 


More information about the buildroot mailing list