From 72fd166e6f10ddd92da50f536d4ecd72bd253f58 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 10 Dec 2008 19:49:00 +0000 Subject: Do not show starting pflog0 --- etc/inc/filter.inc | 5 ----- 1 file changed, 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 */ -- cgit v1.1