summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-16 23:42:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-16 23:42:13 +0000
commitf79c2150b9aceb1b9577222da1bf9f920406149a (patch)
tree8d3dcdd9fbebea831256a6909ba8570b11071e7f /etc
parentb80933704451fe706cbdf2715eb9d77e80d9c984 (diff)
downloadpfsense-f79c2150b9aceb1b9577222da1bf9f920406149a.zip
pfsense-f79c2150b9aceb1b9577222da1bf9f920406149a.tar.gz
MFC 11470
Don't force a rrd spamd.rrd create since not everyone has spamd installed. It correctly triggers when you have it installed though.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index d0773d3..edf3dca 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2057,8 +2057,6 @@ function enable_rrd_graphing()
</BODY>
</HTML>";
- $config['installedpackages']['spamdsettings']['config']['enablerrd'] = true;
-
if(isset($config['installedpackages']['spamdsettings']['config']['enablerrd'])) {
/* set up the spamd rrd file */
if(! file_exists("$rrddbpath$spamd")) {
OpenPOWER on IntegriCloud