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 /include/applets.h | |
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 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 2b2c45d67..ec3a892d0 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -565,6 +565,9 @@ | |||
565 | #ifdef CONFIG_RUN_PARTS | 565 | #ifdef CONFIG_RUN_PARTS |
566 | APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts) | 566 | APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts) |
567 | #endif | 567 | #endif |
568 | #if BB_APPLET_RUNLEVEL | ||
569 | APPLET(runlevel, runlevel_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | ||
570 | #endif | ||
568 | #ifdef CONFIG_RX | 571 | #ifdef CONFIG_RX |
569 | APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 572 | APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
570 | #endif | 573 | #endif |