Fix boolean descriptions
This commit is contained in:
parent
366396d855
commit
1a40cbf63e
@ -59,7 +59,7 @@ gen_tunable(httpd_builtin_scripting, false)
|
|||||||
|
|
||||||
## <desc>
|
## <desc>
|
||||||
## <p>
|
## <p>
|
||||||
## Allow HTTPD scripts and modules to connect to the network using TCP.
|
## Allow HTTPD scripts and modules to connect to the network using any TCP port.
|
||||||
## </p>
|
## </p>
|
||||||
## </desc>
|
## </desc>
|
||||||
gen_tunable(httpd_can_network_connect, false)
|
gen_tunable(httpd_can_network_connect, false)
|
||||||
@ -115,7 +115,7 @@ gen_tunable(httpd_dbus_avahi, false)
|
|||||||
|
|
||||||
## <desc>
|
## <desc>
|
||||||
## <p>
|
## <p>
|
||||||
## Allow httpd cgi support
|
## Allow httpd to execute cgi scripts
|
||||||
## </p>
|
## </p>
|
||||||
## </desc>
|
## </desc>
|
||||||
gen_tunable(httpd_enable_cgi, false)
|
gen_tunable(httpd_enable_cgi, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user