diff options
author | Warren Baker <warren@decoy.co.za> | 2011-09-29 21:46:39 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-09-29 21:46:39 +0200 |
commit | 053744f58c69b71f6d2cce08b29173106a2e46ac (patch) | |
tree | 82b4bb4c141af5cd3a8ce29ca652c246e81b38bd /config/unbound/unbound.inc | |
parent | 9efe5a19b096db0a66c1c2dfe068e6d860b73fc7 (diff) | |
download | pfsense-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/unbound.inc')
-rw-r--r-- | config/unbound/unbound.inc | 2 |
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; |