diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:37:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:37:08 +0000 |
commit | 50a8f347fb9326e71171fbd27c63e6176096ea37 (patch) | |
tree | bcdb42552005d1498a48ffd634b1c216f01b8f13 /networking | |
parent | 43b41049fc6b2d8565b8ae32be9e024a83f76386 (diff) | |
download | busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.gz busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.bz2 busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.zip |
Patch from Thomas Cameron:
Hello all,
This patch adds more "Help" text to the config system. Almost
all applets now have a help entry. Also, I cleaned up the spacing of
the existing text so that things are consistent. This patch is against
this morning's CVS.
Thomas Cameron
CEI Systems, Inc.
git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.in | 50 | ||||
-rw-r--r-- | networking/udhcp/Config.in | 30 |
2 files changed, 56 insertions, 24 deletions
diff --git a/networking/Config.in b/networking/Config.in index 2b2de28ec..4c5cb8526 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -33,7 +33,7 @@ config CONFIG_HOSTNAME | |||
33 | bool "hostname" | 33 | bool "hostname" |
34 | default n | 34 | default n |
35 | help | 35 | help |
36 | Please submit a patch to add help text for this item. | 36 | Show or set the system's host name |
37 | 37 | ||
38 | config CONFIG_HTTPD | 38 | config CONFIG_HTTPD |
39 | bool "httpd" | 39 | bool "httpd" |
@@ -128,14 +128,15 @@ config CONFIG_IFCONFIG | |||
128 | bool "ifconfig" | 128 | bool "ifconfig" |
129 | default n | 129 | default n |
130 | help | 130 | help |
131 | Please submit a patch to add help text for this item. | 131 | Ifconfig is used to configure the kernel-resident network interfaces. |
132 | 132 | ||
133 | config CONFIG_FEATURE_IFCONFIG_STATUS | 133 | config CONFIG_FEATURE_IFCONFIG_STATUS |
134 | bool " Enable status reporting output (+7k)" | 134 | bool " Enable status reporting output (+7k)" |
135 | default y | 135 | default y |
136 | depends on CONFIG_IFCONFIG | 136 | depends on CONFIG_IFCONFIG |
137 | help | 137 | help |
138 | Please submit a patch to add help text for this item. | 138 | If ifconfig is called with no arguments it will display the status |
139 | of the currently active interfaces. | ||
139 | 140 | ||
140 | config CONFIG_FEATURE_IFCONFIG_SLIP | 141 | config CONFIG_FEATURE_IFCONFIG_SLIP |
141 | bool " Enable slip-specific options \"keepalive\" and \"outfill\"" | 142 | bool " Enable slip-specific options \"keepalive\" and \"outfill\"" |
@@ -149,14 +150,17 @@ config CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ | |||
149 | default n | 150 | default n |
150 | depends on CONFIG_IFCONFIG | 151 | depends on CONFIG_IFCONFIG |
151 | help | 152 | help |
152 | Please submit a patch to add help text for this item. | 153 | Allow the start address for shared memory, start address for I/O, |
154 | and/or the interrupt line used by the specified device. | ||
153 | 155 | ||
154 | config CONFIG_FEATURE_IFCONFIG_HW | 156 | config CONFIG_FEATURE_IFCONFIG_HW |
155 | bool " Enable option \"hw\" (ether only)" | 157 | bool " Enable option \"hw\" (ether only)" |
156 | default y | 158 | default y |
157 | depends on CONFIG_IFCONFIG | 159 | depends on CONFIG_IFCONFIG |
158 | help | 160 | help |
159 | Please submit a patch to add help text for this item. | 161 | Set the hardware address of this interface, if the device driver |
162 | supports this operation. Currently, we only support the 'ether' | ||
163 | class. | ||
160 | 164 | ||
161 | config CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS | 165 | config CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS |
162 | bool " Set the broadcast automatically" | 166 | bool " Set the broadcast automatically" |
@@ -169,7 +173,7 @@ config CONFIG_IFUPDOWN | |||
169 | bool "ifupdown" | 173 | bool "ifupdown" |
170 | default n | 174 | default n |
171 | help | 175 | help |
172 | Please submit a patch to add help text for this item. | 176 | Activate or deactivate the specified interface. |
173 | 177 | ||
174 | config CONFIG_FEATURE_IFUPDOWN_IP | 178 | config CONFIG_FEATURE_IFUPDOWN_IP |
175 | bool " Use ip applet" | 179 | bool " Use ip applet" |
@@ -315,7 +319,8 @@ config CONFIG_IPCALC | |||
315 | bool "ipcalc" | 319 | bool "ipcalc" |
316 | default n | 320 | default n |
317 | help | 321 | help |
318 | Please submit a patch to add help text for this item. | 322 | ipcalc takes an IP address and netmask and calculates the |
323 | resulting broadcast, network, and host range. | ||
319 | 324 | ||
320 | config CONFIG_FEATURE_IPCALC_FANCY | 325 | config CONFIG_FEATURE_IPCALC_FANCY |
321 | bool " Fancy IPCALC, more options, adds 300 bytes" | 326 | bool " Fancy IPCALC, more options, adds 300 bytes" |
@@ -366,13 +371,14 @@ config CONFIG_NC | |||
366 | bool "nc" | 371 | bool "nc" |
367 | default n | 372 | default n |
368 | help | 373 | help |
369 | Please submit a patch to add help text for this item. | 374 | A simple Unix utility which reads and writes data across network |
375 | connections. | ||
370 | 376 | ||
371 | config CONFIG_NETSTAT | 377 | config CONFIG_NETSTAT |
372 | bool "netstat" | 378 | bool "netstat" |
373 | default n | 379 | default n |
374 | help | 380 | help |
375 | Please submit a patch to add help text for this item. | 381 | Netstat prints information about the Linux networking subsystem. |
376 | 382 | ||
377 | config CONFIG_NSLOOKUP | 383 | config CONFIG_NSLOOKUP |
378 | bool "nslookup" | 384 | bool "nslookup" |
@@ -384,7 +390,8 @@ config CONFIG_PING | |||
384 | bool "ping" | 390 | bool "ping" |
385 | default n | 391 | default n |
386 | help | 392 | help |
387 | Please submit a patch to add help text for this item. | 393 | Ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to |
394 | elicit an ICMP ECHO_RESPONSE from a host or gateway. | ||
388 | 395 | ||
389 | config CONFIG_FEATURE_FANCY_PING | 396 | config CONFIG_FEATURE_FANCY_PING |
390 | bool " Enable fancy ping output" | 397 | bool " Enable fancy ping output" |
@@ -411,7 +418,7 @@ config CONFIG_ROUTE | |||
411 | bool "route" | 418 | bool "route" |
412 | default n | 419 | default n |
413 | help | 420 | help |
414 | Please submit a patch to add help text for this item. | 421 | Route displays or manipulates the kernel's IP routing tables. |
415 | 422 | ||
416 | config CONFIG_TELNET | 423 | config CONFIG_TELNET |
417 | bool "telnet" | 424 | bool "telnet" |
@@ -443,28 +450,32 @@ config CONFIG_TFTP | |||
443 | bool "tftp" | 450 | bool "tftp" |
444 | default n | 451 | default n |
445 | help | 452 | help |
446 | Please submit a patch to add help text for this item. | 453 | This enables the Tirvial File Transfer Protocol client program. TFTP |
454 | is usually used for simple, small transfers such as a root image | ||
455 | for a network-enabled bootloader. | ||
447 | 456 | ||
448 | config CONFIG_FEATURE_TFTP_GET | 457 | config CONFIG_FEATURE_TFTP_GET |
449 | bool " Enable \"get\" command" | 458 | bool " Enable \"get\" command" |
450 | default y | 459 | default y |
451 | depends on CONFIG_TFTP | 460 | depends on CONFIG_TFTP |
452 | help | 461 | help |
453 | Please submit a patch to add help text for this item. | 462 | Add support for the GET command within the TFTP client. This allows |
463 | a client to retreive a file from a TFTP server. | ||
454 | 464 | ||
455 | config CONFIG_FEATURE_TFTP_PUT | 465 | config CONFIG_FEATURE_TFTP_PUT |
456 | bool " Enable \"put\" command" | 466 | bool " Enable \"put\" command" |
457 | default y | 467 | default y |
458 | depends on CONFIG_TFTP | 468 | depends on CONFIG_TFTP |
459 | help | 469 | help |
460 | Please submit a patch to add help text for this item. | 470 | Add support for the PUT command within the TFTP client. This allows |
471 | a client to transfer a file to a TFTP server. | ||
461 | 472 | ||
462 | config CONFIG_FEATURE_TFTP_BLOCKSIZE | 473 | config CONFIG_FEATURE_TFTP_BLOCKSIZE |
463 | bool " Enable \"blocksize\" command" | 474 | bool " Enable \"blocksize\" command" |
464 | default n | 475 | default n |
465 | depends on CONFIG_TFTP | 476 | depends on CONFIG_TFTP |
466 | help | 477 | help |
467 | Please submit a patch to add help text for this item. | 478 | Allow the client to specify the desired block size for transfers. |
468 | 479 | ||
469 | config CONFIG_FEATURE_TFTP_DEBUG | 480 | config CONFIG_FEATURE_TFTP_DEBUG |
470 | bool " Enable debug" | 481 | bool " Enable debug" |
@@ -477,7 +488,7 @@ config CONFIG_TRACEROUTE | |||
477 | bool "traceroute" | 488 | bool "traceroute" |
478 | default n | 489 | default n |
479 | help | 490 | help |
480 | Please submit a patch to add help text for this item. | 491 | Utility to trace the route of IP packets |
481 | 492 | ||
482 | config CONFIG_FEATURE_TRACEROUTE_VERBOSE | 493 | config CONFIG_FEATURE_TRACEROUTE_VERBOSE |
483 | bool " Enable verbose output" | 494 | bool " Enable verbose output" |
@@ -503,21 +514,22 @@ config CONFIG_WGET | |||
503 | bool "wget" | 514 | bool "wget" |
504 | default n | 515 | default n |
505 | help | 516 | help |
506 | Please submit a patch to add help text for this item. | 517 | Wget is a utility for non-interactive download of files from HTTP, |
518 | HTTPS, and FTP servers. | ||
507 | 519 | ||
508 | config CONFIG_FEATURE_WGET_STATUSBAR | 520 | config CONFIG_FEATURE_WGET_STATUSBAR |
509 | bool " Enable a nifty process meter (+2k)" | 521 | bool " Enable a nifty process meter (+2k)" |
510 | default y | 522 | default y |
511 | depends on CONFIG_WGET | 523 | depends on CONFIG_WGET |
512 | help | 524 | help |
513 | Please submit a patch to add help text for this item. | 525 | Enable the transfer progress bar for wget transfers. |
514 | 526 | ||
515 | config CONFIG_FEATURE_WGET_AUTHENTICATION | 527 | config CONFIG_FEATURE_WGET_AUTHENTICATION |
516 | bool " Enable HTTP authentication" | 528 | bool " Enable HTTP authentication" |
517 | default y | 529 | default y |
518 | depends on CONFIG_WGET | 530 | depends on CONFIG_WGET |
519 | help | 531 | help |
520 | Please submit a patch to add help text for this item. | 532 | Support authenticated HTTP transfers. |
521 | 533 | ||
522 | source networking/udhcp/Config.in | 534 | source networking/udhcp/Config.in |
523 | 535 | ||
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index 5baaa6a49..a3223de9c 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in | |||
@@ -9,34 +9,54 @@ config CONFIG_UDHCPD | |||
9 | bool "udhcp Server (udhcpd)" | 9 | bool "udhcp Server (udhcpd)" |
10 | default n | 10 | default n |
11 | help | 11 | help |
12 | Please submit a patch to add help text for this item. | 12 | uDHCPd is a DHCP server geared primarily toward embedded systems, |
13 | while striving to be fully functional and RFC compliant. | ||
14 | |||
15 | See http://udhcp.busybox.net for further details. | ||
13 | 16 | ||
14 | config CONFIG_UDHCPC | 17 | config CONFIG_UDHCPC |
15 | bool "udhcp Client (udhcpc)" | 18 | bool "udhcp Client (udhcpc)" |
16 | default n | 19 | default n |
17 | help | 20 | help |
18 | Please submit a patch to add help text for this item. | 21 | uDHCPc is a DHCP client geared primarily toward embedded systems, |
22 | while striving to be fully functional and RFC compliant. | ||
23 | |||
24 | The udhcp client negotiates a lease with the DHCP server and | ||
25 | notifies a set of scripts when a leases is obtained or lost. | ||
26 | |||
27 | See http://udhcp.busybox.net for further details. | ||
19 | 28 | ||
20 | config CONFIG_DUMPLEASES | 29 | config CONFIG_DUMPLEASES |
21 | bool "Lease display utility (dumpleases)" | 30 | bool "Lease display utility (dumpleases)" |
22 | default n | 31 | default n |
23 | depends on CONFIG_UDHCPD | 32 | depends on CONFIG_UDHCPD |
24 | help | 33 | help |
25 | Please submit a patch to add help text for this item. | 34 | dumpleases displays the leases written out by the udhcpd server. |
35 | Lease times are stored in the file by time remaining in lease, or | ||
36 | by the absolute time that it expires in seconds from epoch. | ||
37 | |||
38 | See http://udhcp.busybox.net for further details. | ||
26 | 39 | ||
27 | config CONFIG_FEATURE_UDHCP_SYSLOG | 40 | config CONFIG_FEATURE_UDHCP_SYSLOG |
28 | bool " Log udhcp messages to syslog (instead of stdout)" | 41 | bool " Log udhcp messages to syslog (instead of stdout)" |
29 | default n | 42 | default n |
30 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | 43 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC |
31 | help | 44 | help |
32 | Please submit a patch to add help text for this item. | 45 | If selected, udhcpd will log all its messages to syslog, otherwise, |
46 | it will attempt to log them to stdout. | ||
47 | |||
48 | See http://udhcp.busybox.net for further details. | ||
33 | 49 | ||
34 | config CONFIG_FEATURE_UDHCP_DEBUG | 50 | config CONFIG_FEATURE_UDHCP_DEBUG |
35 | bool " Compile udhcp with noisy debugging messages" | 51 | bool " Compile udhcp with noisy debugging messages" |
36 | default n | 52 | default n |
37 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | 53 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC |
38 | help | 54 | help |
39 | Please submit a patch to add help text for this item. | 55 | If selected, udhcpd will output extra debugging output. If using |
56 | this option, compile uDHCP with "-g", and do not fork the daemon to | ||
57 | the background. | ||
58 | |||
59 | See http://udhcp.busybox.net for further details. | ||
40 | 60 | ||
41 | endmenu | 61 | endmenu |
42 | 62 | ||