diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-22 23:14:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-22 23:14:24 +0100 |
commit | fb4da167114e96d7f20ef97474f976f8ffa604e7 (patch) | |
tree | 6f688202bc89ffa68b6679d1b252fd69b7471c94 /miscutils/runlevel.c | |
parent | 9f8eb1ee7620020e01b3596ac7259d51ebca7a7b (diff) | |
download | busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.tar.gz busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.tar.bz2 busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.zip |
Split miscutils/Config.src items into miscutils/*.c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r-- | miscutils/runlevel.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 8558db862..7c07a72e2 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -11,6 +11,15 @@ | |||
11 | * | 11 | * |
12 | * initially busyboxified by Bernhard Reutner-Fischer | 12 | * initially busyboxified by Bernhard Reutner-Fischer |
13 | */ | 13 | */ |
14 | //config:config RUNLEVEL | ||
15 | //config: bool "runlevel" | ||
16 | //config: default y | ||
17 | //config: depends on FEATURE_UTMP | ||
18 | //config: help | ||
19 | //config: find the current and previous system runlevel. | ||
20 | //config: | ||
21 | //config: This applet uses utmp but does not rely on busybox supporing | ||
22 | //config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. | ||
14 | 23 | ||
15 | //usage:#define runlevel_trivial_usage | 24 | //usage:#define runlevel_trivial_usage |
16 | //usage: "[FILE]" | 25 | //usage: "[FILE]" |