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 /config/unbound/unbound.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 'config/unbound/unbound.xml')
-rw-r--r-- | config/unbound/unbound.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index 36c005a4..10de1f97 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -40,7 +40,7 @@ <requirements/> <faq/> <name>unbound</name> - <version>1.4.20_4</version> + <version>1.4.20_5</version> <title>Services: Unbound DNS Forwarder: Basic Settings</title> <include_file>/usr/local/pkg/unbound.inc</include_file> <menu> @@ -76,7 +76,7 @@ <item>http://www.pfsense.org/packages/config/unbound/unbound_advanced.xml</item> </additional_files_needed> <additional_files_needed> - <prefix>/usr/local/etc/rc.d/</prefix> + <prefix>/usr/local/bin/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/unbound/unbound_monitor.sh</item> </additional_files_needed> |