From 2b937162d1065625ecceff72c333146c0ac34be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Tue, 22 Jul 2008 15:29:55 +0000 Subject: Revert to previous version it was incorrectly patched. --- etc/inc/filter.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 843ddb6..197c7c2 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -62,8 +62,7 @@ function filter_pflog_start() { mute_kernel_msgs(); $pid = 0; - if (!$g['booting']) - $pid = `ps awwwux | grep -v "grep" | grep "tcpdump -v -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`; + $pid = `ps awwwux | grep -v "grep" | grep "tcpdump -v -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`; if(!$pid) mwexec_bg("/usr/sbin/tcpdump -v -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info"); -- cgit v1.1