aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-31 10:24:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-31 10:24:36 +0000
commit6cf47a79acfef8dbe4e651560f59200978b656b1 (patch)
tree3ae009b33f74d131da1747d558ab357511136f7d /include/applets.h
parent2bc4dec7a15998fa37c03005a9612c7f22df4f7a (diff)
downloadbusybox-6cf47a79acfef8dbe4e651560f59200978b656b1.tar.gz
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index effbb5233..b0536ac01 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -365,6 +365,9 @@
#ifdef CONFIG_RPM2CPIO
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
#endif
+#ifdef CONFIG_RUN_PARTS
+ APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, run_parts)
+#endif
#ifdef CONFIG_SED
APPLET(sed, sed_main, _BB_DIR_BIN)
#endif