summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_setting.php
diff options
context:
space:
mode:
authorPierre POMES <pierre.pomes@gmail.com>2013-11-22 21:30:05 -0500
committerPierre POMES <pierre.pomes@gmail.com>2013-11-22 21:30:05 -0500
commite5f2cf3a94efd552a3e19fb2ea7dcee36a00df79 (patch)
treed1aed6df4c7b547b7688cf62b0c24f939f88dbce /usr/local/www/load_balancer_setting.php
parent61d744c354c2214ea2b5f0cd3427fda2fda06388 (diff)
downloadpfsense-e5f2cf3a94efd552a3e19fb2ea7dcee36a00df79.zip
pfsense-e5f2cf3a94efd552a3e19fb2ea7dcee36a00df79.tar.gz
prefork for relayd is usefull only in DNS mode
Diffstat (limited to 'usr/local/www/load_balancer_setting.php')
-rwxr-xr-xusr/local/www/load_balancer_setting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_setting.php b/usr/local/www/load_balancer_setting.php
index 6eff1ef..7085e5a 100755
--- a/usr/local/www/load_balancer_setting.php
+++ b/usr/local/www/load_balancer_setting.php
@@ -151,7 +151,7 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="prefork" id="prefork" value="<?php if ($lbsetting['prefork'] <> "") echo $lbsetting['prefork']; ?>" class="formfld unknown">
<br />
- <?=gettext("Number of processes used by relayd. Leave blank to use the default value of 5 processes"); ?>
+ <?=gettext("Number of processes used by relayd for dns protocol. Leave blank to use the default value of 5 processes"); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud