diff options
author | Warren Baker <warren@decoy.co.za> | 2011-01-31 18:48:24 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-01-31 18:48:24 +0200 |
commit | 07e50a067ac803b94a04b7f700f6f436487fe876 (patch) | |
tree | 896a4bd7037b26ed25ad0c7311c21fe1feb78d98 /config | |
parent | c6563f0523bdd24a88bb4766509494c23d43e38f (diff) | |
download | pfsense-packages-07e50a067ac803b94a04b7f700f6f436487fe876.tar.gz pfsense-packages-07e50a067ac803b94a04b7f700f6f436487fe876.tar.bz2 pfsense-packages-07e50a067ac803b94a04b7f700f6f436487fe876.zip |
Missing dump_cache on uninstall.
Diffstat (limited to 'config')
-rw-r--r-- | config/unbound/unbound.inc | 1 |
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"); |