From 067056363be7abfa95c0873c99347e826a109fc6 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Fri, 30 Sep 2011 21:32:54 +0200 Subject: Check to see if file is link, if not then whack and create a symbolic link. Also bump version to appease the minions --- config/unbound/unbound.inc | 4 +++- pkg_config.8.xml | 2 +- pkg_config.8.xml.amd64 | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index afb3c0b7..76c35277 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -199,8 +199,10 @@ function unbound_control($action) { if(!is_service_running("unbound")) unbound_ctl_exec("start"); /* Link dnsmasq.pid to prevent dhcpleases logging error */ - if (!file_exists("/var/run/dnsmasq.pid")) + if (!is_link("/var/run/dnsmasq.pid")) { + @unlink("/var/run/dnsmasq.pid"); mwexec("/bin/ln -s /var/run/unbound.pid /var/run/dnsmasq.pid"); + } fetch_root_hints(); } break; diff --git a/pkg_config.8.xml b/pkg_config.8.xml index a777dee4..b0164217 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1077,7 +1077,7 @@ 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. http://www.unbound.net/ Services - 1.4.13_00 + 1.4.13_01 Alpha warren@decoy.co.za 2.0 diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index b631fa79..b4491ab4 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1062,7 +1062,7 @@ 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. http://www.unbound.net/ Services - 1.4.13_00 + 1.4.13_01 Alpha warren@decoy.co.za 2.0 -- cgit v1.2.3