svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Thu Sep 4 16:16:47 UTC 2008


Author: aldot
Date: 2008-09-04 09:16:47 -0700 (Thu, 04 Sep 2008)
New Revision: 23324

Log:
- uncomment tc for now


Modified:
   trunk/busybox/include/applets.h


Changeset:
Modified: trunk/busybox/include/applets.h
===================================================================
--- trunk/busybox/include/applets.h	2008-09-04 13:22:58 UTC (rev 23323)
+++ trunk/busybox/include/applets.h	2008-09-04 16:16:47 UTC (rev 23324)
@@ -355,7 +355,7 @@
 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))




More information about the busybox-cvs mailing list