summaryrefslogtreecommitdiffstats
path: root/etc/inc/rrd.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-12-14 14:02:09 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-12-14 14:02:09 +0100
commitbb6a3dfeeada7c246493d295edd78e512c259464 (patch)
treef60565e8d820d4779ce575c91356bd14e413ee64 /etc/inc/rrd.inc
parentda74e6735735155467eeaf9e9473b9d16c2a53fd (diff)
downloadpfsense-bb6a3dfeeada7c246493d295edd78e512c259464.zip
pfsense-bb6a3dfeeada7c246493d295edd78e512c259464.tar.gz
Make sure to surpress stderr
Diffstat (limited to 'etc/inc/rrd.inc')
-rw-r--r--etc/inc/rrd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc
index 8f5c270..97cbd30 100644
--- a/etc/inc/rrd.inc
+++ b/etc/inc/rrd.inc
@@ -621,7 +621,7 @@ function enable_rrd_graphing() {
}
function kill_traffic_collector() {
- mwexec("ps awwwux | grep '/[u]pdaterrd.sh' | awk '{print $2}' | xargs kill");
+ mwexec("ps awwwux | grep '/[u]pdaterrd.sh' | awk '{print $2}' | xargs kill 2>&1");
}
/* This xml 2 array function is courtesy of the php.net comment section on xml_parse.
OpenPOWER on IntegriCloud