summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-28 20:27:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-28 20:27:16 +0000
commitec6cb6bd8592f6686d4a97577fa76c09f45bc7fb (patch)
tree2d2ba2a68629882f264cb4576e3e66dae64117df /etc/inc
parentb7809742aae4a60efcb1accdd387d3b5f90ea125 (diff)
downloadpfsense-ec6cb6bd8592f6686d4a97577fa76c09f45bc7fb.zip
pfsense-ec6cb6bd8592f6686d4a97577fa76c09f45bc7fb.tar.gz
Only echo out if we are booting
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 1910eb3..3b6201e 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -176,11 +176,11 @@ function filter_configure() {
mwexec("/usr/local/pkg/pf/" . $file . " start");
} else {
//if(php_check_syntax($text, $error_message) == false)
- if($g['booting'] == true) {
+ if($g['booting'] == true)
echo "\t{$file}... ";
- }
eval($text);
- echo "done.\n";
+ if($g['booting'] == true) {
+ echo "done.\n";
}
}
}
OpenPOWER on IntegriCloud