aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-09-29 21:46:39 +0200
committerWarren Baker <warren@decoy.co.za>2011-09-29 21:46:39 +0200
commit053744f58c69b71f6d2cce08b29173106a2e46ac (patch)
tree82b4bb4c141af5cd3a8ce29ca652c246e81b38bd /config/unbound
parent9efe5a19b096db0a66c1c2dfe068e6d860b73fc7 (diff)
downloadpfsense-packages-053744f58c69b71f6d2cce08b29173106a2e46ac.tar.gz
pfsense-packages-053744f58c69b71f6d2cce08b29173106a2e46ac.tar.bz2
pfsense-packages-053744f58c69b71f6d2cce08b29173106a2e46ac.zip
Late nights equal though processes to suffer and thus mistakes start to happen and silly things like this get done, but i blame it on jetlag - swop order around for ln
Diffstat (limited to 'config/unbound')
-rw-r--r--config/unbound/unbound.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc
index cec618c9..d44d01a0 100644
--- a/config/unbound/unbound.inc
+++ b/config/unbound/unbound.inc
@@ -200,7 +200,7 @@ function unbound_control($action) {
unbound_ctl_exec("start");
/* Link dnsmasq.pid to prevent dhcpleases logging error */
if (!file_exists("/var/run/dnsmasq.pid"))
- mwexec("/bin/ln -s /var/run/dnsmasq.pid /var/run/unbound.pid");
+ mwexec("/bin/ln -s /var/run/unbound.pid /var/run/dnsmasq.pid");
fetch_root_hints();
}
break;