diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-11 21:41:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-11 21:41:28 +0000 |
commit | 6a21243ab8468b9be5b1ca98da6fbe3a6cfe2c7e (patch) | |
tree | bfd4f425f4bf8d42d9fce2c4782dcea25f6aa2d6 /etc/inc | |
parent | c3730170e6ef32399d1b52aa108a737fd390d62f (diff) | |
download | pfsense-6a21243ab8468b9be5b1ca98da6fbe3a6cfe2c7e.zip pfsense-6a21243ab8468b9be5b1ca98da6fbe3a6cfe2c7e.tar.gz |
Use spamd_gather_stats.php instead of spamd_gather.php
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 8921480..378389f 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -1844,7 +1844,7 @@ function enable_rrd_graphing() $netstat = "/usr/bin/netstat"; $awk = "/usr/bin/awk"; $php = "/usr/local/bin/php"; - $spamd_gather = "/usr/local/bin/spamd_gather.php"; + $spamd_gather = "/usr/local/bin/spamd_gather_stats.php"; $gatewayip = exec("route -n get default | grep gateway | awk '{print $2}'"); /* if an alternative gateway is defined, use it. */ |