root/trunk/freewrt/package/busybox/patches/300-netmsg.patch
| Revision 3296, 3.1 kB (checked in by tg, 5 years ago) |
|---|
-
busybox-1.4.2/include/applets.h
old new 209 209 USE_MV(APPLET(mv, _BB_DIR_BIN, _BB_SUID_NEVER)) 210 210 USE_NAMEIF(APPLET(nameif, _BB_DIR_SBIN, _BB_SUID_NEVER)) 211 211 USE_NC(APPLET(nc, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 212 USE_NETMSG(APPLET_NOUSAGE(netmsg, netmsg, _BB_DIR_BIN, _BB_SUID_ALWAYS)) 212 213 USE_NETSTAT(APPLET(netstat, _BB_DIR_BIN, _BB_SUID_NEVER)) 213 214 USE_NICE(APPLET(nice, _BB_DIR_BIN, _BB_SUID_NEVER)) 214 215 USE_NMETER(APPLET(nmeter, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) -
busybox-1.4.2/networking/Config.in
old new 474 474 Add -e (support for executing the rest of the command line after 475 475 making or receiving a successful connection), -i (delay interval for 476 476 lines sent), -w (timeout for initial connection). 477 478 config NETMSG 479 bool "netmsg" 480 default n 481 help 482 simple program for sending udp broadcast messages 477 483 478 484 config NETSTAT 479 485 bool "netstat"
Note: See TracBrowser for help on using the browser.


