diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-04-30 18:29:19 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-04-30 18:29:19 -0300 |
commit | 8596af32d3bf099dce8df344c90b8a525598f00f (patch) | |
tree | 63bc740009c1ea228dd1cc4649fd04fc00d549c6 /pkg_config.8.xml | |
parent | 20765c96dc454d40d452fd4dbeb91c2ec5c53d12 (diff) | |
download | pfsense-packages-8596af32d3bf099dce8df344c90b8a525598f00f.tar.gz pfsense-packages-8596af32d3bf099dce8df344c90b8a525598f00f.tar.bz2 pfsense-packages-8596af32d3bf099dce8df344c90b8a525598f00f.zip |
Fix unbound_monitor.sh (Ticket #2817)
. Use a PID file to keep track if it's running or not
. Move it to /usr/local/bin, it doesn't need to be started by
rc.start_packages since it's already called by unbound.inc
. Define PATH and remove complete path for all binaries
. Remove unbound initscript symlink created when it's installed by a PBI
package
. Bump unbound to 1.4.20_5
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 40d6e119..72e6ba73 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1533,7 +1533,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.20_4</version> + <version>1.4.20_5</version> <status>Alpha</status> <maintainer>warren@decoy.co.za</maintainer> <required_version>2.0</required_version> |