summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-19 12:53:58 +0000
committerErmal <eri@pfsense.org>2010-03-19 12:53:58 +0000
commitf3b000b2d10cf2010563b28b8107706178e64081 (patch)
tree51abf9a92929d740a5656524e2e5a8d423c3044a
parenta8e6134661736af9c0492ea3a9800b6f0935092f (diff)
downloadpfsense-f3b000b2d10cf2010563b28b8107706178e64081.zip
pfsense-f3b000b2d10cf2010563b28b8107706178e64081.tar.gz
Ticket #435. Correct command.
-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 0bfc8f3..338244d 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 -f '/[u]pdaterrd.sh'");
+ mwexec("/bin/pkill updaterrd.sh");
}
/* This xml 2 array function is courtesy of the php.net comment section on xml_parse.
OpenPOWER on IntegriCloud