aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/bind/bind.inc2
-rw-r--r--pkg_config.8.xml2
-rw-r--r--pkg_config.8.xml.amd642
3 files changed, 3 insertions, 3 deletions
diff --git a/config/bind/bind.inc b/config/bind/bind.inc
index 1f7f9d8b..0eddda73 100644
--- a/config/bind/bind.inc
+++ b/config/bind/bind.inc
@@ -271,7 +271,7 @@ EOD;
$zoneallowtransfer = "none";
else
$zoneallowtransfer = str_replace(',','; ',$zone['allowtransfer']);
- $zone_conf .= "\$TTL $zonetll\n;\n";
+ $zone_conf = "\$TTL $zonetll\n;\n";
$zone_conf .= ";\tDatabase file {$zonename}.DB for {$zonename} zone.\n";
$zone_conf .= ";\tZone version {$zoneserial}\n;\n";
if($zonereverso == "on")
diff --git a/pkg_config.8.xml b/pkg_config.8.xml
index ef8cae11..3a8c1dc8 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.4 pkg v 0.1.1</version>
+ <version>9.9.4 pkg v 0.1.2</version>
<status>Beta</status>
<required_version>2.1</required_version>
<config_file>http://www.pfsense.com/packages/config/bind/bind.xml</config_file>
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64
index 72724b90..7548f7ad 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.4 pkg v 0.1.1</version>
+ <version>9.9.4 pkg v 0.1.2</version>
<status>Beta</status>
<required_version>2.1</required_version>
<config_file>http://www.pfsense.com/packages/config/bind/bind.xml</config_file>