aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-30 22:20:43 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-30 22:20:43 +0000
commit5bd3b1110220190ec1dbbbb9702a8bec52a59705 (patch)
treebf31bbda19a078002c20fc70776ebe749f54683e /include/applets.h
parentd4f5f3d2dd3fb32c286325d22ca36ea060f0183f (diff)
downloadbusybox-w32-5bd3b1110220190ec1dbbbb9702a8bec52a59705.tar.gz
busybox-w32-5bd3b1110220190ec1dbbbb9702a8bec52a59705.tar.bz2
busybox-w32-5bd3b1110220190ec1dbbbb9702a8bec52a59705.zip
Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,
and nobody seemed interested in fixing it despite repeated complaints. I'll worry about it in the 1.3 timeframe... git-svn-id: svn://busybox.net/trunk/busybox@15563 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 3acb3ba53..f07d005cb 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -262,7 +262,6 @@ USE_BB_SYSCTL(APPLET(sysctl, _BB_DIR_SBIN, _BB_SUID_NEVER))
262USE_SYSLOGD(APPLET(syslogd, _BB_DIR_SBIN, _BB_SUID_NEVER)) 262USE_SYSLOGD(APPLET(syslogd, _BB_DIR_SBIN, _BB_SUID_NEVER))
263USE_TAIL(APPLET(tail, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 263USE_TAIL(APPLET(tail, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
264USE_TAR(APPLET(tar, _BB_DIR_BIN, _BB_SUID_NEVER)) 264USE_TAR(APPLET(tar, _BB_DIR_BIN, _BB_SUID_NEVER))
265USE_TASKSET(APPLET(taskset, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
266USE_TEE(APPLET(tee, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 265USE_TEE(APPLET(tee, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
267USE_TELNET(APPLET(telnet, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 266USE_TELNET(APPLET(telnet, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
268USE_TELNETD(APPLET(telnetd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) 267USE_TELNETD(APPLET(telnetd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))