diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
commit | 3e8669f3599c05797b907faac2d2a5fc8827902c (patch) | |
tree | 8a799cfbb3963a1da83b635df90638143b5bd078 /networking | |
parent | 08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff) | |
download | busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2 busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip |
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.in | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/networking/Config.in b/networking/Config.in index fb6988b41..5f38062c6 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -216,7 +216,7 @@ config FEATURE_HTTPD_ENCODE_URL_STR | |||
216 | depends on HTTPD | 216 | depends on HTTPD |
217 | help | 217 | help |
218 | This option allows html encoding of arbitrary strings for display | 218 | This option allows html encoding of arbitrary strings for display |
219 | by the browser. Output goes to stdout. | 219 | by the browser. Output goes to stdout. |
220 | For example, httpd -e "<Hello World>" produces | 220 | For example, httpd -e "<Hello World>" produces |
221 | "<Hello World>". | 221 | "<Hello World>". |
222 | 222 | ||
@@ -264,7 +264,7 @@ config FEATURE_IFCONFIG_SLIP | |||
264 | default n | 264 | default n |
265 | depends on IFCONFIG | 265 | depends on IFCONFIG |
266 | help | 266 | help |
267 | Allow "keepalive" and "outfill" support for SLIP. If you're not | 267 | Allow "keepalive" and "outfill" support for SLIP. If you're not |
268 | planning on using serial lines, leave this unchecked. | 268 | planning on using serial lines, leave this unchecked. |
269 | 269 | ||
270 | config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ | 270 | config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ |
@@ -281,7 +281,7 @@ config FEATURE_IFCONFIG_HW | |||
281 | depends on IFCONFIG | 281 | depends on IFCONFIG |
282 | help | 282 | help |
283 | Set the hardware address of this interface, if the device driver | 283 | Set the hardware address of this interface, if the device driver |
284 | supports this operation. Currently, we only support the 'ether' | 284 | supports this operation. Currently, we only support the 'ether' |
285 | class. | 285 | class. |
286 | 286 | ||
287 | config FEATURE_IFCONFIG_BROADCAST_PLUS | 287 | config FEATURE_IFCONFIG_BROADCAST_PLUS |
@@ -303,15 +303,15 @@ config IFUPDOWN | |||
303 | bool "ifupdown" | 303 | bool "ifupdown" |
304 | default n | 304 | default n |
305 | help | 305 | help |
306 | Activate or deactivate the specified interfaces. This applet makes | 306 | Activate or deactivate the specified interfaces. This applet makes |
307 | use of either "ifconfig" and "route" or the "ip" command to actually | 307 | use of either "ifconfig" and "route" or the "ip" command to actually |
308 | configure network interfaces. Therefore, you will probably also want | 308 | configure network interfaces. Therefore, you will probably also want |
309 | to enable either IFCONFIG and ROUTE, or enable | 309 | to enable either IFCONFIG and ROUTE, or enable |
310 | FEATURE_IFUPDOWN_IP and the various IP options. Of | 310 | FEATURE_IFUPDOWN_IP and the various IP options. Of |
311 | course you could use non-busybox versions of these programs, so | 311 | course you could use non-busybox versions of these programs, so |
312 | against my better judgement (since this will surely result in plenty | 312 | against my better judgement (since this will surely result in plenty |
313 | of support questions on the mailing list), I do not force you to | 313 | of support questions on the mailing list), I do not force you to |
314 | enable these additional options. It is up to you to supply either | 314 | enable these additional options. It is up to you to supply either |
315 | "ifconfig", "route" and "run-parts" or the "ip" command, either | 315 | "ifconfig", "route" and "run-parts" or the "ip" command, either |
316 | via busybox or via standalone utilities. | 316 | via busybox or via standalone utilities. |
317 | 317 | ||
@@ -458,7 +458,7 @@ config IP | |||
458 | default n | 458 | default n |
459 | help | 459 | help |
460 | The "ip" applet is a TCP/IP interface configuration and routing | 460 | The "ip" applet is a TCP/IP interface configuration and routing |
461 | utility. You generally don't need "ip" to use busybox with | 461 | utility. You generally don't need "ip" to use busybox with |
462 | TCP/IP. | 462 | TCP/IP. |
463 | 463 | ||
464 | config FEATURE_IP_ADDRESS | 464 | config FEATURE_IP_ADDRESS |
@@ -558,7 +558,8 @@ config FEATURE_IPCALC_FANCY | |||
558 | default y | 558 | default y |
559 | depends on IPCALC | 559 | depends on IPCALC |
560 | help | 560 | help |
561 | Adds the options hostname, prefix and silent to the output of "ipcalc". | 561 | Adds the options hostname, prefix and silent to the output of |
562 | "ipcalc". | ||
562 | 563 | ||
563 | config FEATURE_IPCALC_LONG_OPTIONS | 564 | config FEATURE_IPCALC_LONG_OPTIONS |
564 | bool "Enable long options" | 565 | bool "Enable long options" |
@@ -688,7 +689,8 @@ config SLATTACH | |||
688 | bool "slattach" | 689 | bool "slattach" |
689 | default n | 690 | default n |
690 | help | 691 | help |
691 | slattach is a small utility to attach network interfaces to serial lines. | 692 | slattach is a small utility to attach network interfaces to serial |
693 | lines. | ||
692 | 694 | ||
693 | config TELNET | 695 | config TELNET |
694 | bool "telnet" | 696 | bool "telnet" |
@@ -703,7 +705,7 @@ config FEATURE_TELNET_TTYPE | |||
703 | depends on TELNET | 705 | depends on TELNET |
704 | help | 706 | help |
705 | Setting this option will forward the TERM environment variable to the | 707 | Setting this option will forward the TERM environment variable to the |
706 | remote host you are connecting to. This is useful to make sure that | 708 | remote host you are connecting to. This is useful to make sure that |
707 | things like ANSI colors and other control sequences behave. | 709 | things like ANSI colors and other control sequences behave. |
708 | 710 | ||
709 | config FEATURE_TELNET_AUTOLOGIN | 711 | config FEATURE_TELNET_AUTOLOGIN |
@@ -722,9 +724,9 @@ config TELNETD | |||
722 | select FEATURE_SYSLOG | 724 | select FEATURE_SYSLOG |
723 | help | 725 | help |
724 | A daemon for the TELNET protocol, allowing you to log onto the host | 726 | A daemon for the TELNET protocol, allowing you to log onto the host |
725 | running the daemon. Please keep in mind that the TELNET protocol | 727 | running the daemon. Please keep in mind that the TELNET protocol |
726 | sends passwords in plain text. If you can't afford the space for an | 728 | sends passwords in plain text. If you can't afford the space for an |
727 | SSH daemon and you trust your network, you may say 'y' here. As a | 729 | SSH daemon and you trust your network, you may say 'y' here. As a |
728 | more secure alternative, you should seriously consider installing the | 730 | more secure alternative, you should seriously consider installing the |
729 | very small Dropbear SSH daemon instead: | 731 | very small Dropbear SSH daemon instead: |
730 | http://matt.ucc.asn.au/dropbear/dropbear.html | 732 | http://matt.ucc.asn.au/dropbear/dropbear.html |
@@ -750,7 +752,7 @@ config TELNETD | |||
750 | mount -t devpts devpts /dev/pts | 752 | mount -t devpts devpts /dev/pts |
751 | 753 | ||
752 | You need to be sure that Busybox has LOGIN and | 754 | You need to be sure that Busybox has LOGIN and |
753 | FEATURE_SUID enabled. And finally, you should make | 755 | FEATURE_SUID enabled. And finally, you should make |
754 | certain that Busybox has been installed setuid root: | 756 | certain that Busybox has been installed setuid root: |
755 | 757 | ||
756 | chown root.root /bin/busybox | 758 | chown root.root /bin/busybox |
@@ -770,7 +772,7 @@ config TFTP | |||
770 | bool "tftp" | 772 | bool "tftp" |
771 | default n | 773 | default n |
772 | help | 774 | help |
773 | This enables the Trivial File Transfer Protocol client program. TFTP | 775 | This enables the Trivial File Transfer Protocol client program. TFTP |
774 | is usually used for simple, small transfers such as a root image | 776 | is usually used for simple, small transfers such as a root image |
775 | for a network-enabled bootloader. | 777 | for a network-enabled bootloader. |
776 | 778 | ||
@@ -789,7 +791,7 @@ config FEATURE_TFTP_GET | |||
789 | default y | 791 | default y |
790 | depends on TFTP || TFTPD | 792 | depends on TFTP || TFTPD |
791 | help | 793 | help |
792 | Add support for the GET command within the TFTP client. This allows | 794 | Add support for the GET command within the TFTP client. This allows |
793 | a client to retrieve a file from a TFTP server. | 795 | a client to retrieve a file from a TFTP server. |
794 | Also enable upload support in tftpd, if tftpd is selected. | 796 | Also enable upload support in tftpd, if tftpd is selected. |
795 | 797 | ||
@@ -798,7 +800,7 @@ config FEATURE_TFTP_PUT | |||
798 | default y | 800 | default y |
799 | depends on TFTP || TFTPD | 801 | depends on TFTP || TFTPD |
800 | help | 802 | help |
801 | Add support for the PUT command within the TFTP client. This allows | 803 | Add support for the PUT command within the TFTP client. This allows |
802 | a client to transfer a file to a TFTP server. | 804 | a client to transfer a file to a TFTP server. |
803 | Also enable download support in tftpd, if tftpd is selected. | 805 | Also enable download support in tftpd, if tftpd is selected. |
804 | 806 | ||
@@ -815,7 +817,7 @@ config DEBUG_TFTP | |||
815 | default n | 817 | default n |
816 | depends on TFTP | 818 | depends on TFTP |
817 | help | 819 | help |
818 | Enable debug settings for tftp. This is useful if you're running | 820 | Enable debug settings for tftp. This is useful if you're running |
819 | into problems with tftp as the protocol doesn't help you much when | 821 | into problems with tftp as the protocol doesn't help you much when |
820 | you run into problems. | 822 | you run into problems. |
821 | 823 | ||
@@ -830,7 +832,7 @@ config FEATURE_TRACEROUTE_VERBOSE | |||
830 | default n | 832 | default n |
831 | depends on TRACEROUTE | 833 | depends on TRACEROUTE |
832 | help | 834 | help |
833 | Add some verbosity to traceroute. This includes amongst other things | 835 | Add some verbosity to traceroute. This includes amongst other things |
834 | hostnames and ICMP response types. | 836 | hostnames and ICMP response types. |
835 | 837 | ||
836 | config FEATURE_TRACEROUTE_SOURCE_ROUTE | 838 | config FEATURE_TRACEROUTE_SOURCE_ROUTE |
@@ -900,12 +902,14 @@ config TCPSVD | |||
900 | bool "tcpsvd" | 902 | bool "tcpsvd" |
901 | default n | 903 | default n |
902 | help | 904 | help |
903 | tcpsvd listens on a TCP port and runs a program for each new connection | 905 | tcpsvd listens on a TCP port and runs a program for each new |
906 | connection. | ||
904 | 907 | ||
905 | config UDPSVD | 908 | config UDPSVD |
906 | bool "udpsvd" | 909 | bool "udpsvd" |
907 | default n | 910 | default n |
908 | help | 911 | help |
909 | udpsvd listens on an UDP port and runs a program for each new connection | 912 | udpsvd listens on an UDP port and runs a program for each new |
913 | connection. | ||
910 | 914 | ||
911 | endmenu | 915 | endmenu |