Skip to content

Commit

Permalink
bind, fix xmlrpc 'system configured backup server' option, fix link/l…
Browse files Browse the repository at this point in the history
…ayout for global-settings
  • Loading branch information
PiBa-NL committed Oct 17, 2016
1 parent ec34d76 commit 90c14dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dns/pfSense-pkg-bind9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-bind
PORTVERSION= 9.10
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= dns net ipv6
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
2 changes: 1 addition & 1 deletion dns/pfSense-pkg-bind9/files/usr/local/pkg/bind.inc
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ function bind_sync_on_changes()
break;
case 'auto':
if (is_array($config['hasync'])) {
$hasync = $config['hasync'][0];
$hasync = $config['hasync'];
$rs[0]['ipaddress'] = $hasync['synchronizetoip'];
$rs[0]['username'] = $hasync['username'];
$rs[0]['password'] = $hasync['password'];
Expand Down
4 changes: 2 additions & 2 deletions dns/pfSense-pkg-bind9/files/usr/local/pkg/bind.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
<description>
<![CDATA[
You can put your own custom options here, one per line. They'll be added to the configuration.<br />
They need to be <a href="http://www.freebsd.org/cgi/man.cgi?query=named.conf&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE+and+Ports&arch=default&format=html"named.conf</a> native settings.
They need to be <a href="http://www.freebsd.org/cgi/man.cgi?query=named.conf&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE+and+Ports&arch=default&format=html">named.conf</a> native settings.
]]>
</description>
<type>textarea</type>
Expand All @@ -373,7 +373,7 @@
<description>
<![CDATA[
You can put your own global settings here. They'll be added to the configuration.<br />
They need to be <a href="http://www.freebsd.org/cgi/man.cgi?query=named.conf&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE+and+Ports&arch=default&format=html"named.conf</a> native settings.
They need to be <a href="http://www.freebsd.org/cgi/man.cgi?query=named.conf&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE+and+Ports&arch=default&format=html">named.conf</a> native settings.
]]>
</description>
<type>textarea</type>
Expand Down

0 comments on commit 90c14dd

Please sign in to comment.