aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-27 13:34:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-27 13:34:51 +0200
commit1d8df52d451c2085365dd2a457e498a7891348ee (patch)
tree9eacebaacf287062255d5c53c61a15e746ae3b71 /networking/httpd.c
parent2e01eec4d3bf52bb3f8332bd74a877a317238f92 (diff)
downloadbusybox-w32-1d8df52d451c2085365dd2a457e498a7891348ee.tar.gz
busybox-w32-1d8df52d451c2085365dd2a457e498a7891348ee.tar.bz2
busybox-w32-1d8df52d451c2085365dd2a457e498a7891348ee.zip
inetd: improve --helpt text and config help text.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/httpd.c')
-rw-r--r--networking/httpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index cfc07075b..079145757 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -124,7 +124,7 @@
124//config: different user. 124//config: different user.
125//config: 125//config:
126//config:config FEATURE_HTTPD_BASIC_AUTH 126//config:config FEATURE_HTTPD_BASIC_AUTH
127//config: bool "Enable Basic http Authentication" 127//config: bool "Enable HTTP authentication"
128//config: default y 128//config: default y
129//config: depends on HTTPD 129//config: depends on HTTPD
130//config: help 130//config: help
@@ -134,7 +134,7 @@
134//config: /adm:toor:PaSsWd 134//config: /adm:toor:PaSsWd
135//config: 135//config:
136//config:config FEATURE_HTTPD_AUTH_MD5 136//config:config FEATURE_HTTPD_AUTH_MD5
137//config: bool "Support MD5 crypted passwords for http Authentication" 137//config: bool "Support MD5-encrypted passwords in HTTP authentication"
138//config: default y 138//config: default y
139//config: depends on FEATURE_HTTPD_BASIC_AUTH 139//config: depends on FEATURE_HTTPD_BASIC_AUTH
140//config: help 140//config: help