aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 14:52:39 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 14:52:39 +0000
commit1e11c34be4decfef8fbda8a8e01cd60def8232e5 (patch)
tree6e93956fef2bcd4c1db18031dc081dcaf689f2d1 /include/applets.h
parent8c6887c855460ee9e688e2a51e29f99faa2a2d8c (diff)
downloadbusybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.tar.gz
busybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.tar.bz2
busybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.zip
minit, a Minimal init system.
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