- improve wording in some help texts a little bit.
This commit is contained in:
parent
074fe347b7
commit
38fc692e38
@ -9,8 +9,8 @@ config CONFIG_FEATURE_IPV6
|
|||||||
bool "Enable IPv6 support"
|
bool "Enable IPv6 support"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enable IPv6 support to busybox. This makes applets that talk IP
|
Enable IPv6 support in busybox.
|
||||||
able to work with IPv6.
|
This adds IPv6 support in the networking applets.
|
||||||
|
|
||||||
config CONFIG_ARPING
|
config CONFIG_ARPING
|
||||||
bool "arping"
|
bool "arping"
|
||||||
@ -22,7 +22,7 @@ config CONFIG_DNSD
|
|||||||
bool "dnsd"
|
bool "dnsd"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Small and static DNS server deamon.
|
Small and static DNS server daemon.
|
||||||
|
|
||||||
config CONFIG_ETHER_WAKE
|
config CONFIG_ETHER_WAKE
|
||||||
bool "ether-wake"
|
bool "ether-wake"
|
||||||
@ -34,8 +34,8 @@ config CONFIG_FAKEIDENTD
|
|||||||
bool "fakeidentd"
|
bool "fakeidentd"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
fakeidentd listens to the ident port and returns a set fake
|
fakeidentd listens on the ident port and returns a predefined
|
||||||
value whatever it gets.
|
fake value on any query.
|
||||||
|
|
||||||
config CONFIG_FTPGET
|
config CONFIG_FTPGET
|
||||||
bool "ftpget"
|
bool "ftpget"
|
||||||
@ -100,7 +100,7 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5
|
|||||||
default n
|
default n
|
||||||
depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
||||||
help
|
help
|
||||||
Enables basic per url authentication from /etc/httpd.conf
|
Enables basic per URL authentication from /etc/httpd.conf
|
||||||
using md5 passwords.
|
using md5 passwords.
|
||||||
|
|
||||||
config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
|
config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
|
||||||
@ -117,7 +117,7 @@ config CONFIG_FEATURE_HTTPD_CGI
|
|||||||
depends on CONFIG_HTTPD
|
depends on CONFIG_HTTPD
|
||||||
help
|
help
|
||||||
This option allows scripts and executables to be invoked
|
This option allows scripts and executables to be invoked
|
||||||
when specific urls are requested.
|
when specific URLs are requested.
|
||||||
|
|
||||||
config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
|
config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
|
||||||
bool "Enable support for running scripts through an interpreter"
|
bool "Enable support for running scripts through an interpreter"
|
||||||
@ -125,7 +125,7 @@ config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
|
|||||||
depends on CONFIG_FEATURE_HTTPD_CGI
|
depends on CONFIG_FEATURE_HTTPD_CGI
|
||||||
help
|
help
|
||||||
This option enables support for running scripts through an
|
This option enables support for running scripts through an
|
||||||
interpreter. Turn this on, if you want PHP scripts to work
|
interpreter. Turn this on if you want PHP scripts to work
|
||||||
properly. You need to supply an addition line in your httpd
|
properly. You need to supply an addition line in your httpd
|
||||||
config file:
|
config file:
|
||||||
*.php:/path/to/your/php
|
*.php:/path/to/your/php
|
||||||
@ -143,7 +143,7 @@ config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR
|
|||||||
default y
|
default y
|
||||||
depends on CONFIG_HTTPD
|
depends on CONFIG_HTTPD
|
||||||
help
|
help
|
||||||
After set, this option allows html encoding arbitrary
|
This option allows html encoding arbitrary
|
||||||
strings for display of the browser. Output goes to stdout.
|
strings for display of the browser. Output goes to stdout.
|
||||||
For example, httpd -e "<Hello World>" as
|
For example, httpd -e "<Hello World>" as
|
||||||
"<Hello World>".
|
"<Hello World>".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user