diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-10 20:35:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-10 20:35:45 +0000 |
commit | d0d881227a7c59c1731e23f9d1663b5d916f6f6c (patch) | |
tree | 6302b16cdc7ea853172f2446b909c55fb99b2808 | |
parent | 21b20aae63e8778105e4b1e57e6e5224fc15a0fd (diff) | |
download | pfsense-d0d881227a7c59c1731e23f9d1663b5d916f6f6c.zip pfsense-d0d881227a7c59c1731e23f9d1663b5d916f6f6c.tar.gz |
Touch /filter_reloading
-rwxr-xr-x | etc/rc.filter_configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.filter_configure b/etc/rc.filter_configure index 2df0a02..776caa0 100755 --- a/etc/rc.filter_configure +++ b/etc/rc.filter_configure @@ -29,8 +29,11 @@ POSSIBILITY OF SUCH DAMAGE. */ +require_once("config.inc"); require_once("filter.inc"); +touch("{$g["tmp_path"]}/filter_reloading"); filter_configure_sync(); +unlink("{$g["tmp_path"]}/filter_reloading"); ?> |