diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /networking/Config.in | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/networking/Config.in b/networking/Config.in index d2916e7cd..a7cef41bf 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -63,7 +63,7 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5 | |||
63 | default n | 63 | default n |
64 | depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH | 64 | depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH |
65 | help | 65 | help |
66 | Enables basic per url authentication from /etc/httpd.conf | 66 | Enables basic per url authentication from /etc/httpd.conf |
67 | using md5 passwords. | 67 | using md5 passwords. |
68 | 68 | ||
69 | 69 | ||
@@ -187,7 +187,7 @@ config CONFIG_IFUPDOWN | |||
187 | config CONFIG_FEATURE_IFUPDOWN_IP | 187 | config CONFIG_FEATURE_IFUPDOWN_IP |
188 | bool " Use ip applet" | 188 | bool " Use ip applet" |
189 | default n | 189 | default n |
190 | depends on CONFIG_IFUPDOWN | 190 | depends on CONFIG_IFUPDOWN |
191 | help | 191 | help |
192 | Use the iproute "ip" command to implement "ifup" and "ifdown", rather | 192 | Use the iproute "ip" command to implement "ifup" and "ifdown", rather |
193 | than the default of using the older 'ifconfig' and 'route' utilities. | 193 | than the default of using the older 'ifconfig' and 'route' utilities. |
@@ -213,11 +213,11 @@ config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN | |||
213 | select CONFIG_IFCONFIG | 213 | select CONFIG_IFCONFIG |
214 | select CONFIG_ROUTE | 214 | select CONFIG_ROUTE |
215 | help | 215 | help |
216 | Use the busybox iproute "ifconfig" and "route" applets to | 216 | Use the busybox iproute "ifconfig" and "route" applets to |
217 | implement the "ifup" and "ifdown" utilities. | 217 | implement the "ifup" and "ifdown" utilities. |
218 | 218 | ||
219 | If leave this disabled, you must install the full-blown ifconfig | 219 | If leave this disabled, you must install the full-blown ifconfig |
220 | and route utilities, or the "ifup" and "ifdown" applets will not | 220 | and route utilities, or the "ifup" and "ifdown" applets will not |
221 | work. | 221 | work. |
222 | 222 | ||
223 | config CONFIG_FEATURE_IFUPDOWN_IPV4 | 223 | config CONFIG_FEATURE_IFUPDOWN_IPV4 |
@@ -339,7 +339,7 @@ if !(CONFIG_IP && CONFIG_IPROUTE) | |||
339 | default y | 339 | default y |
340 | depends on CONFIG_IP | 340 | depends on CONFIG_IP |
341 | help | 341 | help |
342 | Add support for routing table management to "ip". | 342 | Add support for routing table management to "ip". |
343 | endif | 343 | endif |
344 | 344 | ||
345 | if CONFIG_IP && CONFIG_IPTUNNEL | 345 | if CONFIG_IP && CONFIG_IPTUNNEL |