aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-05-11 14:52:39 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-05-11 14:52:39 +0000
commit548d427adf9a695eed359e1808c8aa9d297d8da8 (patch)
tree6e93956fef2bcd4c1db18031dc081dcaf689f2d1 /include/applets.h
parentdbfa79a6efbc67daf4f7c3dde46fcdb2fbd5cf31 (diff)
downloadbusybox-w32-548d427adf9a695eed359e1808c8aa9d297d8da8.tar.gz
busybox-w32-548d427adf9a695eed359e1808c8aa9d297d8da8.tar.bz2
busybox-w32-548d427adf9a695eed359e1808c8aa9d297d8da8.zip
minit, a Minimal init system.
git-svn-id: svn://busybox.net/trunk/busybox@6833 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 668c84914..6697be5ee 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -358,6 +358,9 @@
358#ifdef CONFIG_MESG 358#ifdef CONFIG_MESG
359 APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 359 APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
360#endif 360#endif
361#ifdef CONFIG_MINIT
362 APPLET(minit, minit_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
363#endif
361#ifdef CONFIG_MKDIR 364#ifdef CONFIG_MKDIR
362 APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER) 365 APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER)
363#endif 366#endif
@@ -388,6 +391,9 @@
388#ifdef CONFIG_MSH 391#ifdef CONFIG_MSH
389 APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) 392 APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
390#endif 393#endif
394#ifdef CONFIG_MSVC
395 APPLET(msvc, msvc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
396#endif
391#ifdef CONFIG_MT 397#ifdef CONFIG_MT
392 APPLET(mt, mt_main, _BB_DIR_BIN, _BB_SUID_NEVER) 398 APPLET(mt, mt_main, _BB_DIR_BIN, _BB_SUID_NEVER)
393#endif 399#endif
@@ -415,6 +421,9 @@
415#ifdef CONFIG_PASSWD 421#ifdef CONFIG_PASSWD
416 APPLET(passwd, passwd_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS) 422 APPLET(passwd, passwd_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)
417#endif 423#endif
424#ifdef CONFIG_PIDFILEHACK
425 APPLET(pidfilehack, pidfilehack_main, _BB_DIR_BIN, _BB_SUID_NEVER)
426#endif
418#ifdef CONFIG_PIDOF 427#ifdef CONFIG_PIDOF
419 APPLET(pidof, pidof_main, _BB_DIR_BIN, _BB_SUID_NEVER) 428 APPLET(pidof, pidof_main, _BB_DIR_BIN, _BB_SUID_NEVER)
420#endif 429#endif