diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-28 20:37:03 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-28 20:37:03 +0000 |
commit | fb00143be3e4021275e60310de7e8a1b400c74f3 (patch) | |
tree | b0a5ae0270677ce2bbe0a62dbd514b3245fb88da /miscutils/Config.in | |
parent | 21b67bbc363290274e103fd5774ac02de2dba3eb (diff) | |
download | busybox-w32-fb00143be3e4021275e60310de7e8a1b400c74f3.tar.gz busybox-w32-fb00143be3e4021275e60310de7e8a1b400c74f3.tar.bz2 busybox-w32-fb00143be3e4021275e60310de7e8a1b400c74f3.zip |
- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch.
git-svn-id: svn://busybox.net/trunk/busybox@11965 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index f07ca36b3..4d81dde0d 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -255,6 +255,15 @@ config CONFIG_MT | |||
255 | to advance or rewind a tape past a specified number of archive | 255 | to advance or rewind a tape past a specified number of archive |
256 | files on the tape. | 256 | files on the tape. |
257 | 257 | ||
258 | config BB_APPLET_RUNLEVEL | ||
259 | bool "runlevel" | ||
260 | default n | ||
261 | help | ||
262 | find the current and previous system runlevel. | ||
263 | |||
264 | This applet uses utmp but does not rely on busybox supporing | ||
265 | utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. | ||
266 | |||
258 | config CONFIG_RX | 267 | config CONFIG_RX |
259 | bool "rx" | 268 | bool "rx" |
260 | default n | 269 | default n |