summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-27 14:46:15 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-27 14:48:19 +0100
commitf72ea82a9bcdbcac6041e6df460f82517e762968 (patch)
treec9e0a805bac766280234e8376141ae53612ceaf9 /etc/inc/gwlb.inc
parent1a28657c6d81ad5d6cb660ccc1aa47edc48a3428 (diff)
downloadpfsense-f72ea82a9bcdbcac6041e6df460f82517e762968.zip
pfsense-f72ea82a9bcdbcac6041e6df460f82517e762968.tar.gz
Put the safety belts for rrds on its proper location. No need to create /tmp and change permissions on these paths
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 0cd31f3..83e86f6 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -151,13 +151,6 @@ target default {
EOD;
- if (is_dir("{$g['tmp_path']}"))
- chmod("{$g['tmp_path']}", 01777);
- if (!is_dir("{$g['vardb_path']}/rrd"))
- mkdir("{$g['vardb_path']}/rrd", 0775);
-
- @chown("{$g['vardb_path']}/rrd", "nobody");
-
$monitor_ips = array();
foreach($gateways_arr as $name => $gateway) {
/* Do not monitor if such was requested */
OpenPOWER on IntegriCloud