mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not show starting pflog0
This commit is contained in:
parent
56b79a8d17
commit
72fd166e6f
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user