From bb56607c5bc98011917ef7d36978da9d11061793 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Mar 2006 20:22:55 +0000 Subject: MFC traffic collector kill changes --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 8673d71..7e98039 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2027,7 +2027,7 @@ function enable_rrd_graphing() } function kill_traffic_collector() { - mwexec("ps awwwux | grep '/[v]ar/run/rrd/updaterrd.sh' | awk '{print $2}' | xargs kill"); + mwexec("ps awwwux | grep '/[u]pdaterrd.sh' | awk '{print $2}' | xargs kill"); } ?> \ No newline at end of file -- cgit v1.1