diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-16 15:10:55 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-16 15:10:55 -0300 |
commit | 7789dc6b863df5ed2e93ac5a1786dc84016dc6dc (patch) | |
tree | af05c33b5f4e8e3eb64cbafffa01142c51ecb4c6 | |
parent | b79bb10806852ed4dccbe33e7c243bdc2ab4e23a (diff) | |
parent | a4ed123c8aa37596cbd2608dee31f99251781220 (diff) | |
download | pfsense-packages-7789dc6b863df5ed2e93ac5a1786dc84016dc6dc.tar.gz pfsense-packages-7789dc6b863df5ed2e93ac5a1786dc84016dc6dc.tar.bz2 pfsense-packages-7789dc6b863df5ed2e93ac5a1786dc84016dc6dc.zip |
Merge pull request #863 from gogglespisano/bind
-rw-r--r-- | config/bind/bind.inc | 4 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 167f0af3..c61382cb 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -179,8 +179,8 @@ EOD; $log_only = ($bind['log_only'] == "no" ? "no" : "yes"); $bind_conf .= <<<EOD rate-limit { - responses-per-second { $rate_limit }; - log-only { $log_only }; + responses-per-second $rate_limit; + log-only $log_only; }; EOD; diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 47b9e5ea..1e3306a6 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -53,7 +53,7 @@ <descr><![CDATA[The most widely used name server software]]></descr> <website>http://www.isc.org/downloads/BIND/</website> <category>Services</category> - <version>9.9.6P1_3 pkg v 0.3.7</version> + <version>9.9.6P1_3 pkg v 0.3.8</version> <status>RC</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/bind/bind.xml</config_file> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 1462004f..f6f41e5f 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -53,7 +53,7 @@ <descr><![CDATA[The most widely used name server software]]></descr> <website>http://www.isc.org/downloads/BIND/</website> <category>Services</category> - <version>9.9.5P1_5 pkg v 0.3.7</version> + <version>9.9.5P1_5 pkg v 0.3.8</version> <status>RC</status> <required_version>2.1</required_version> <config_file>https://packages.pfsense.org/packages/config/bind/bind.xml</config_file> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index c05e054c..38ab13b9 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -53,7 +53,7 @@ <descr><![CDATA[The most widely used name server software]]></descr> <website>http://www.isc.org/downloads/BIND/</website> <category>Services</category> - <version>9.9.5P1_5 pkg v 0.3.7</version> + <version>9.9.5P1_5 pkg v 0.3.8</version> <status>RC</status> <required_version>2.1</required_version> <config_file>https://packages.pfsense.org/packages/config/bind/bind.xml</config_file> |