[git commit master 1/1] fix config help text
Denys Vlasenko
vda.linux at googlemail.com
Mon Jun 21 05:25:36 UTC 2010
commit: http://git.busybox.net/busybox/commit/?id=6d9c88ad982dbe9cb9d5c375f42a4eb8d4aef39f
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
init/bootchartd.c | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/init/bootchartd.c b/init/bootchartd.c
index 1ed4f99..2d9770c 100644
--- a/init/bootchartd.c
+++ b/init/bootchartd.c
@@ -39,17 +39,8 @@
//config: default y
//config: depends on BOOTCHARTD
//config: help
-//config: Create extended header file compatible with "big" bootchartd.
-//config: "Big" bootchartd is a shell script and it dumps some
-//config: "convenient" info int the header, such as:
-//config: title = Boot chart for `hostname` (`date`)
-//config: system.uname = `uname -srvm`
-//config: system.release = `cat /etc/DISTRO-release`
-//config: system.cpu = `grep '^model name' /proc/cpuinfo | head -1` ($cpucount)
-//config: system.kernel.options = `cat /proc/cmdline`
-//config: This data is not mandatory for bootchart graph generation,
-//config: and is considered bloat. Nevertheless, this option
-//config: makes bootchartd applet to dump a subset of it.
+//config: Enable reading and parsing of $PWD/bootchartd.conf
+//config: and /etc/bootchartd.conf files.
#include "libbb.h"
/* After libbb.h, since it needs sys/types.h on some systems */
--
1.7.1
More information about the busybox-cvs
mailing list