summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-24 18:38:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-24 18:38:10 +0000
commit572da981187591b358e696e2a1c924777aa8984f (patch)
tree954706c06ede68a81d32ef4eb02de3327307e1d5 /etc
parentcbe30115c582ccb392148288a936100093ca772e (diff)
downloadpfsense-572da981187591b358e696e2a1c924777aa8984f.zip
pfsense-572da981187591b358e696e2a1c924777aa8984f.tar.gz
MFC enable_rrd_graphing()
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index f031785..80dd00d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1886,10 +1886,6 @@ function enable_rrd_graphing()
}
}
- /* create symlink if needed */
- if(!is_link("$rrdgraphpath")) {
- exec("ln -s $rrddbpath $rrdgraphpath");
- }
}
/* db update script */
OpenPOWER on IntegriCloud