diff options
author | Warren Baker <warren@decoy.co.za> | 2011-10-02 17:13:30 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-10-02 17:13:30 +0200 |
commit | d47703f24b8495a62d8dda4ecfda7338cc068bd3 (patch) | |
tree | 12e8bb10e2bdbf46539f79e64332a802cdf44920 | |
parent | 067056363be7abfa95c0873c99347e826a109fc6 (diff) | |
download | pfsense-packages-d47703f24b8495a62d8dda4ecfda7338cc068bd3.tar.gz pfsense-packages-d47703f24b8495a62d8dda4ecfda7338cc068bd3.tar.bz2 pfsense-packages-d47703f24b8495a62d8dda4ecfda7338cc068bd3.zip |
Remove process check for ACL page so that they can be setup *before* starting Unbound
-rw-r--r-- | config/unbound/unbound_acls.php | 5 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/config/unbound/unbound_acls.php b/config/unbound/unbound_acls.php index 40f21595..ff3ce3bd 100644 --- a/config/unbound/unbound_acls.php +++ b/config/unbound/unbound_acls.php @@ -32,11 +32,6 @@ require("guiconfig.inc"); require("unbound.inc"); -if(!is_process_running("unbound")) { - Header("Location: /pkg_edit.php?xml=unbound.xml&id=0"); - exit; -} - if (!is_array($config['installedpackages']['unboundacls']['config'])) $config['installedpackages']['unboundacls']['config'] = array(); diff --git a/pkg_config.8.xml b/pkg_config.8.xml index b0164217..3c78440e 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1077,7 +1077,7 @@ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr> <website>http://www.unbound.net/</website> <category>Services</category> - <version>1.4.13_01</version> + <version>1.4.13_02</version> <status>Alpha</status> <maintainer>warren@decoy.co.za</maintainer> <required_version>2.0</required_version> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index b4491ab4..d7a861b1 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1062,7 +1062,7 @@ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr> <website>http://www.unbound.net/</website> <category>Services</category> - <version>1.4.13_01</version> + <version>1.4.13_02</version> <status>Alpha</status> <maintainer>warren@decoy.co.za</maintainer> <required_version>2.0</required_version> |