diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 17:45:35 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 17:52:43 +0100 |
commit | b86b39bfda8fa050f406ae00119bf0557bb909c2 (patch) | |
tree | 861163f18bca85e8bcaf731cf6d9f0d91e13798d /miscutils | |
parent | cdadad58a1555b50fe8478291a0cd9ff23e2aadb (diff) | |
download | busybox-b86b39bfda8fa050f406ae00119bf0557bb909c2.tar.gz |
config: more tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/runlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 885b403db..2f1581ead 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c @@ -16,7 +16,7 @@ //config: default y //config: depends on FEATURE_UTMP //config: help -//config: find the current and previous system runlevel. +//config: Find the current and previous system runlevel. //config: //config: This applet uses utmp but does not rely on busybox supporing //config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. |