diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-04 16:16:47 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-04 16:16:47 +0000 |
commit | fd6b5ad13793428bb5336eb93184609210e607f3 (patch) | |
tree | 4c69036ad322af94a835c99ce1effbdf687318f9 | |
parent | 0901c515183de69c73a9385a33f7464bc0219204 (diff) | |
download | busybox-w32-fd6b5ad13793428bb5336eb93184609210e607f3.tar.gz busybox-w32-fd6b5ad13793428bb5336eb93184609210e607f3.tar.bz2 busybox-w32-fd6b5ad13793428bb5336eb93184609210e607f3.zip |
- uncomment tc for now
-rw-r--r-- | include/applets.h | 2 |
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)) | |||
355 | USE_TAIL(APPLET(tail, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 355 | USE_TAIL(APPLET(tail, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
356 | USE_TAR(APPLET(tar, _BB_DIR_BIN, _BB_SUID_NEVER)) | 356 | USE_TAR(APPLET(tar, _BB_DIR_BIN, _BB_SUID_NEVER)) |
357 | USE_TASKSET(APPLET(taskset, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 357 | USE_TASKSET(APPLET(taskset, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
358 | USE_TC(APPLET(tc, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 358 | /* USE_TC(APPLET(tc, _BB_DIR_SBIN, _BB_SUID_NEVER)) */ |
359 | USE_TCPSVD(APPLET_ODDNAME(tcpsvd, tcpudpsvd, _BB_DIR_USR_BIN, _BB_SUID_NEVER, tcpsvd)) | 359 | USE_TCPSVD(APPLET_ODDNAME(tcpsvd, tcpudpsvd, _BB_DIR_USR_BIN, _BB_SUID_NEVER, tcpsvd)) |
360 | USE_TEE(APPLET(tee, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 360 | USE_TEE(APPLET(tee, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
361 | USE_TELNET(APPLET(telnet, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 361 | USE_TELNET(APPLET(telnet, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |