aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-18 11:21:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-18 11:21:07 +0000
commit38fc692e380d47a332db0e44ec0ca900195fe6a8 (patch)
tree29d8cae447fad87b57600f839a7df5c005789e9e
parent074fe347b7d8c4ce48f721c170822420a58b4d35 (diff)
downloadbusybox-w32-38fc692e380d47a332db0e44ec0ca900195fe6a8.tar.gz
busybox-w32-38fc692e380d47a332db0e44ec0ca900195fe6a8.tar.bz2
busybox-w32-38fc692e380d47a332db0e44ec0ca900195fe6a8.zip
- improve wording in some help texts a little bit.
-rw-r--r--networking/Config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/networking/Config.in b/networking/Config.in
index cbbf52f2a..61d03aaf0 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -9,8 +9,8 @@ config CONFIG_FEATURE_IPV6
9 bool "Enable IPv6 support" 9 bool "Enable IPv6 support"
10 default n 10 default n
11 help 11 help
12 Enable IPv6 support to busybox. This makes applets that talk IP 12 Enable IPv6 support in busybox.
13 able to work with IPv6. 13 This adds IPv6 support in the networking applets.
14 14
15config CONFIG_ARPING 15config CONFIG_ARPING
16 bool "arping" 16 bool "arping"
@@ -22,7 +22,7 @@ config CONFIG_DNSD
22 bool "dnsd" 22 bool "dnsd"
23 default n 23 default n
24 help 24 help
25 Small and static DNS server deamon. 25 Small and static DNS server daemon.
26 26
27config CONFIG_ETHER_WAKE 27config CONFIG_ETHER_WAKE
28 bool "ether-wake" 28 bool "ether-wake"
@@ -34,8 +34,8 @@ config CONFIG_FAKEIDENTD
34 bool "fakeidentd" 34 bool "fakeidentd"
35 default n 35 default n
36 help 36 help
37 fakeidentd listens to the ident port and returns a set fake 37 fakeidentd listens on the ident port and returns a predefined
38 value whatever it gets. 38 fake value on any query.
39 39
40config CONFIG_FTPGET 40config CONFIG_FTPGET
41 bool "ftpget" 41 bool "ftpget"
@@ -100,7 +100,7 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5
100 default n 100 default n
101 depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH 101 depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH
102 help 102 help
103 Enables basic per url authentication from /etc/httpd.conf 103 Enables basic per URL authentication from /etc/httpd.conf
104 using md5 passwords. 104 using md5 passwords.
105 105
106config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES 106config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
@@ -117,7 +117,7 @@ config CONFIG_FEATURE_HTTPD_CGI
117 depends on CONFIG_HTTPD 117 depends on CONFIG_HTTPD
118 help 118 help
119 This option allows scripts and executables to be invoked 119 This option allows scripts and executables to be invoked
120 when specific urls are requested. 120 when specific URLs are requested.
121 121
122config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR 122config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
123 bool "Enable support for running scripts through an interpreter" 123 bool "Enable support for running scripts through an interpreter"
@@ -125,7 +125,7 @@ config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
125 depends on CONFIG_FEATURE_HTTPD_CGI 125 depends on CONFIG_FEATURE_HTTPD_CGI
126 help 126 help
127 This option enables support for running scripts through an 127 This option enables support for running scripts through an
128 interpreter. Turn this on, if you want PHP scripts to work 128 interpreter. Turn this on if you want PHP scripts to work
129 properly. You need to supply an addition line in your httpd 129 properly. You need to supply an addition line in your httpd
130 config file: 130 config file:
131 *.php:/path/to/your/php 131 *.php:/path/to/your/php
@@ -143,7 +143,7 @@ config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR
143 default y 143 default y
144 depends on CONFIG_HTTPD 144 depends on CONFIG_HTTPD
145 help 145 help
146 After set, this option allows html encoding arbitrary 146 This option allows html encoding arbitrary
147 strings for display of the browser. Output goes to stdout. 147 strings for display of the browser. Output goes to stdout.
148 For example, httpd -e "<Hello World>" as 148 For example, httpd -e "<Hello World>" as
149 "&#60Hello&#32World&#62". 149 "&#60Hello&#32World&#62".