summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-04-03 17:12:54 -0400
committerChris Buechler <cmb@pfsense.org>2010-04-03 17:12:54 -0400
commit12980094ca2d4a3b3551f6bd82a8ba63247a9861 (patch)
tree875998fb4157f26f88078eb369fa1b82b80531c7 /etc
parent0ad76ac86085aa8ffb832e76535e9c30fd0a7324 (diff)
downloadpfsense-12980094ca2d4a3b3551f6bd82a8ba63247a9861.zip
pfsense-12980094ca2d4a3b3551f6bd82a8ba63247a9861.tar.gz
must use -f with pkill to find updaterrd.sh
Diffstat (limited to 'etc')
-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 338244d..b20fe55 100644
--- a/etc/inc/rrd.inc
+++ b/etc/inc/rrd.inc
@@ -634,7 +634,7 @@ function enable_rrd_graphing() {
}
function kill_traffic_collector() {
- mwexec("/bin/pkill updaterrd.sh");
+ mwexec("/bin/pkill -f updaterrd.sh");
}
/* This xml 2 array function is courtesy of the php.net comment section on xml_parse.
OpenPOWER on IntegriCloud