summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_configure
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-12 17:26:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-12 17:26:11 +0000
commitbd572fb601a7eb81ee3acef467f4ee7dade7ebc8 (patch)
tree1d69a3a0b7efee5766158d2b4d11e32c05c02271 /etc/rc.filter_configure
parentb1b1baced16d69e42eef21d80c3c5d05315f8cc6 (diff)
downloadpfsense-bd572fb601a7eb81ee3acef467f4ee7dade7ebc8.zip
pfsense-bd572fb601a7eb81ee3acef467f4ee7dade7ebc8.tar.gz
Clear the filter cache before reloading. Now that Bill has worked his caching magic, this hit is almost nill.
Diffstat (limited to 'etc/rc.filter_configure')
-rwxr-xr-xetc/rc.filter_configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.filter_configure b/etc/rc.filter_configure
index 6633299..2f76993 100755
--- a/etc/rc.filter_configure
+++ b/etc/rc.filter_configure
@@ -32,6 +32,7 @@
require_once("config.inc");
require_once("filter.inc");
+unlink_if_exists("/tmp/config.cache");
filter_configure_sync();
?>
OpenPOWER on IntegriCloud