aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-05-26 10:28:32 +0000
committerEric Andersen <andersen@codepoet.org>2004-05-26 10:28:32 +0000
commit0dfe4e99562878bc575e682926c2e345661d08a1 (patch)
treefab9d8c78a24c8b10f6763cb79fb70a57d150f87 /include/applets.h
parentfebd744d314f5c05f0a7c88444a1d310f9daf318 (diff)
downloadbusybox-0dfe4e99562878bc575e682926c2e345661d08a1.tar.gz
As discussed, drop minit, which was not being supported in busybox.
People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/applets.h b/include/applets.h
index e3d5e485d..c54fb9131 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -367,9 +367,6 @@
#ifdef CONFIG_MESG
APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
-#ifdef CONFIG_MINIT
- APPLET(minit, minit_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
-#endif
#ifdef CONFIG_MKDIR
APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
@@ -400,9 +397,6 @@
#ifdef CONFIG_MSH
APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
-#ifdef CONFIG_MSVC
- APPLET(msvc, msvc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
-#endif
#ifdef CONFIG_MT
APPLET(mt, mt_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
@@ -433,9 +427,6 @@
#ifdef CONFIG_PATCH
APPLET(patch, patch_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
-#ifdef CONFIG_PIDFILEHACK
- APPLET(pidfilehack, pidfilehack_main, _BB_DIR_BIN, _BB_SUID_NEVER)
-#endif
#ifdef CONFIG_PIDOF
APPLET(pidof, pidof_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif