aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-01-31 18:48:24 +0200
committerWarren Baker <warren@decoy.co.za>2011-01-31 18:48:24 +0200
commit07e50a067ac803b94a04b7f700f6f436487fe876 (patch)
tree896a4bd7037b26ed25ad0c7311c21fe1feb78d98 /config/unbound
parentc6563f0523bdd24a88bb4766509494c23d43e38f (diff)
downloadpfsense-packages-07e50a067ac803b94a04b7f700f6f436487fe876.tar.gz
pfsense-packages-07e50a067ac803b94a04b7f700f6f436487fe876.tar.bz2
pfsense-packages-07e50a067ac803b94a04b7f700f6f436487fe876.zip
Missing dump_cache on uninstall.
Diffstat (limited to 'config/unbound')
-rw-r--r--config/unbound/unbound.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc
index eafafcb9..9cc59cc7 100644
--- a/config/unbound/unbound.inc
+++ b/config/unbound/unbound.inc
@@ -593,6 +593,7 @@ function unbound_uninstall() {
conf_mount_rw();
+ unbound_control("dump_cache");
unbound_control("termstop");
// Remove pkg config directory and startup file
mwexec("rm -rf /usr/local/etc/unbound");