aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-04 16:16:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-04 16:16:47 +0000
commitfd6b5ad13793428bb5336eb93184609210e607f3 (patch)
tree4c69036ad322af94a835c99ce1effbdf687318f9 /include
parent0901c515183de69c73a9385a33f7464bc0219204 (diff)
downloadbusybox-fd6b5ad13793428bb5336eb93184609210e607f3.tar.gz
- uncomment tc for now
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index a5266933d..90b941766 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -355,7 +355,7 @@ USE_TAC(APPLET_NOEXEC(tac, tac, _BB_DIR_USR_BIN, _BB_SUID_NEVER, tac))
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_TC(APPLET(tc, _BB_DIR_SBIN, _BB_SUID_NEVER))
+/* USE_TC(APPLET(tc, _BB_DIR_SBIN, _BB_SUID_NEVER)) */
USE_TCPSVD(APPLET_ODDNAME(tcpsvd, tcpudpsvd, _BB_DIR_USR_BIN, _BB_SUID_NEVER, tcpsvd))
USE_TEE(APPLET(tee, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
USE_TELNET(APPLET(telnet, _BB_DIR_USR_BIN, _BB_SUID_NEVER))