summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-10 19:49:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-10 19:49:00 +0000
commit72fd166e6f10ddd92da50f536d4ecd72bd253f58 (patch)
tree48fe4a41642b8e9b802b7b0f49f1d4df9c07fc5d
parent56b79a8d17dc7fb9dc3688a038c6c9f7adef6b28 (diff)
downloadpfsense-72fd166e6f10ddd92da50f536d4ecd72bd253f58.zip
pfsense-72fd166e6f10ddd92da50f536d4ecd72bd253f58.tar.gz
Do not show starting pflog0
-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