summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-10 15:05:39 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-10 15:06:17 -0400
commitabe647e69f14954b23fa1633c3d875282e137495 (patch)
tree060c18e97b29d55b5e68cdc74879cd79a4089f0c /profiles/desc
parentwww-servers/monkeyd: major bump to 1.6.0. (diff)
downloadgentoo-abe647e69f14954b23fa1633c3d875282e137495.tar.gz
gentoo-abe647e69f14954b23fa1633c3d875282e137495.tar.bz2
gentoo-abe647e69f14954b23fa1633c3d875282e137495.zip
profiles/desc/monkeyd_plugins.desc: update flag descriptions.
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/monkeyd_plugins.desc18
1 files changed, 9 insertions, 9 deletions
diff --git a/profiles/desc/monkeyd_plugins.desc b/profiles/desc/monkeyd_plugins.desc
index 90ebddff31d6..1eb17ab0aacf 100644
--- a/profiles/desc/monkeyd_plugins.desc
+++ b/profiles/desc/monkeyd_plugins.desc
@@ -5,12 +5,12 @@
# This file contains descriptions of MONKEYD_PLUGINS USE_EXPAND flags for www-servers/monkeyd.
# All plugins are included here except cgi and fastcgi which are global use flags.
-auth - Provide HTTP Basic Authentication
-cheetah - Provide a shell-like command line interface
-#cgi - Provide the traditional CGI interface
-dirlisting - Show an HTML listing of the content of a directory
-#fastcgi - Provide FastCGI proxy support
-liana - Build your own network layer through monkeyd
-logger - Log requests and common errors
-mandril - Restrict incoming connections based on the IP address or URI request
-polarssl - Provide HTTPS using PolarSSL v1.*.
+auth - Provide HTTP Basic Authentication.
+cheetah - Provide a shell-like command line interface.
+#cgi - Provide the traditional CGI interface - This is a global USE flag.
+dirlisting - Show an HTML listing of the content of a directory.
+#fastcgi - Provide FastCGI proxy support - This is a global USE flag.
+liana - Build your own network layer through monkeyd.
+logger - Log requests and common errors.
+mandril - Restrict incoming connections based on the IP address or URI request.
+tls - Provide TLS using mbed TLS (formerly known as PolarSSL) - Currently disabled.