Do not show starting pflog0

This commit is contained in:
Scott Ullrich 2008-12-10 19:49:00 +00:00
parent 56b79a8d17
commit 72fd166e6f

View File

@ -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 */