aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-22 16:39:48 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-22 16:39:48 +0000
commit32eddffa30538e5c4c6bd6bc580557a9ade9bac3 (patch)
tree43fe97e0f0e315d50b08582217be33581182f8f1 /include/applets.h
parentc8717cd8571cd35d71696aab8aa847169756bd9f (diff)
downloadbusybox-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.tar.gz
- revert r15563 (pull current version of taskset off the busybox_scratch branch)
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 80ee222d8..d3e38d813 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -284,6 +284,7 @@ USE_BB_SYSCTL(APPLET(sysctl, _BB_DIR_SBIN, _BB_SUID_NEVER))
USE_SYSLOGD(APPLET(syslogd, _BB_DIR_SBIN, _BB_SUID_NEVER))
USE_TAIL(APPLET(tail, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_TAR(APPLET(tar, _BB_DIR_BIN, _BB_SUID_NEVER))
+USE_TASKSET(APPLET(taskset, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_TEE(APPLET(tee, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_TELNET(APPLET(telnet, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_TELNETD(APPLET(telnetd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))