summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 3d6ac9a..8b99f57 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -53,8 +53,6 @@ function filter_pflog_start() {
echo "filter_pflog_start() being called $mt\n";
}
- if($g['booting'])
- echo "Starting pflog0...";
mute_kernel_msgs();
$pid = `ps awwwux | grep -v "grep" | grep "tcpdump -s 256 -v -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
@@ -63,9 +61,6 @@ function filter_pflog_start() {
unmute_kernel_msgs();
- if($g['booting'])
- echo "done.\n";
-
}
/* reload filter async */
OpenPOWER on IntegriCloud