diff options
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/filter.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 3cfff29..9d2d371 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -65,9 +65,7 @@ function filter_configure() { echo "filter_configure() being called $mt\n"; } global $g; - /* Make sure that the checker process is running */ - if(!$g['booting'] && !is_process_running("check_reload_status")) - mwexec_bg("/usr/bin/nice -n20 /usr/local/sbin/check_reload_status 2>/dev/null"); + touch($g['tmp_path'] . "/filter_dirty"); } |