aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 17:45:35 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 17:52:43 +0100
commitb86b39bfda8fa050f406ae00119bf0557bb909c2 (patch)
tree861163f18bca85e8bcaf731cf6d9f0d91e13798d /init
parentcdadad58a1555b50fe8478291a0cd9ff23e2aadb (diff)
downloadbusybox-w32-b86b39bfda8fa050f406ae00119bf0557bb909c2.tar.gz
busybox-w32-b86b39bfda8fa050f406ae00119bf0557bb909c2.tar.bz2
busybox-w32-b86b39bfda8fa050f406ae00119bf0557bb909c2.zip
config: more tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
-rw-r--r--init/bootchartd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c
index 373cde2d8..4377d90e3 100644
--- a/init/bootchartd.c
+++ b/init/bootchartd.c
@@ -23,7 +23,7 @@
23//config: help 23//config: help
24//config: Create extended header file compatible with "big" bootchartd. 24//config: Create extended header file compatible with "big" bootchartd.
25//config: "Big" bootchartd is a shell script and it dumps some 25//config: "Big" bootchartd is a shell script and it dumps some
26//config: "convenient" info int the header, such as: 26//config: "convenient" info into the header, such as:
27//config: title = Boot chart for `hostname` (`date`) 27//config: title = Boot chart for `hostname` (`date`)
28//config: system.uname = `uname -srvm` 28//config: system.uname = `uname -srvm`
29//config: system.release = `cat /etc/DISTRO-release` 29//config: system.release = `cat /etc/DISTRO-release`