diff options
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r-- | miscutils/runlevel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 79fa3c834..6b4742255 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -16,10 +16,10 @@ | |||
16 | //config: default y | 16 | //config: default y |
17 | //config: depends on FEATURE_UTMP | 17 | //config: depends on FEATURE_UTMP |
18 | //config: help | 18 | //config: help |
19 | //config: find the current and previous system runlevel. | 19 | //config: find the current and previous system runlevel. |
20 | //config: | 20 | //config: |
21 | //config: This applet uses utmp but does not rely on busybox supporing | 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. | 22 | //config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. |
23 | 23 | ||
24 | //applet:IF_RUNLEVEL(APPLET(runlevel, BB_DIR_SBIN, BB_SUID_DROP)) | 24 | //applet:IF_RUNLEVEL(APPLET(runlevel, BB_DIR_SBIN, BB_SUID_DROP)) |
25 | 25 | ||