projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0901c51
)
- uncomment tc for now
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 4 Sep 2008 16:16:47 +0000
(16:16 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 4 Sep 2008 16:16:47 +0000
(16:16 -0000)
include/applets.h
patch
|
blob
|
history
diff --git
a/include/applets.h
b/include/applets.h
index a5266933d4cac8ff07564e3a31fa25946931aed4..90b9417660edd7082de0955e54cd5798b6c5505a 100644
(file)
--- 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))