aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-21 07:25:36 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-21 07:25:36 +0200
commit6d9c88ad982dbe9cb9d5c375f42a4eb8d4aef39f (patch)
tree963976ec7d9bb404105172d7fa827f430c83e26b
parentadbbee46ad0661bf695d2bfe7a07ebced4bbe780 (diff)
downloadbusybox-w32-6d9c88ad982dbe9cb9d5c375f42a4eb8d4aef39f.tar.gz
busybox-w32-6d9c88ad982dbe9cb9d5c375f42a4eb8d4aef39f.tar.bz2
busybox-w32-6d9c88ad982dbe9cb9d5c375f42a4eb8d4aef39f.zip
fix config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--init/bootchartd.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c
index 1ed4f99fc..2d9770c4c 100644
--- a/init/bootchartd.c
+++ b/init/bootchartd.c
@@ -39,17 +39,8 @@
39//config: default y 39//config: default y
40//config: depends on BOOTCHARTD 40//config: depends on BOOTCHARTD
41//config: help 41//config: help
42//config: Create extended header file compatible with "big" bootchartd. 42//config: Enable reading and parsing of $PWD/bootchartd.conf
43//config: "Big" bootchartd is a shell script and it dumps some 43//config: and /etc/bootchartd.conf files.
44//config: "convenient" info int the header, such as:
45//config: title = Boot chart for `hostname` (`date`)
46//config: system.uname = `uname -srvm`
47//config: system.release = `cat /etc/DISTRO-release`
48//config: system.cpu = `grep '^model name' /proc/cpuinfo | head -1` ($cpucount)
49//config: system.kernel.options = `cat /proc/cmdline`
50//config: This data is not mandatory for bootchart graph generation,
51//config: and is considered bloat. Nevertheless, this option
52//config: makes bootchartd applet to dump a subset of it.
53 44
54#include "libbb.h" 45#include "libbb.h"
55/* After libbb.h, since it needs sys/types.h on some systems */ 46/* After libbb.h, since it needs sys/types.h on some systems */