aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-08 18:13:55 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-08 18:13:55 +0000
commitd130a123af79243abb14e3e3f9350c023b239adb (patch)
tree314e9cd33dbcbb26169b80f422c9025f8f0e85c0 /net-mgmt/cacti
parente8b4b36c0878feb9e36b5a2fc9f192ff384bed2c (diff)
Notes
Diffstat (limited to 'net-mgmt/cacti')
-rw-r--r--net-mgmt/cacti/Makefile1
-rw-r--r--net-mgmt/cacti/files/patch-include__global_settings.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index d26613c4c146..372e6ee2d369 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cacti
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= net-mgmt www
MASTER_SITES= http://www.cacti.net/downloads/ \
ftp://ftpmirror.uk/freebsd-ports/cacti/
diff --git a/net-mgmt/cacti/files/patch-include__global_settings.php b/net-mgmt/cacti/files/patch-include__global_settings.php
index c4bc62a1835e..4e05e3dd1c7f 100644
--- a/net-mgmt/cacti/files/patch-include__global_settings.php
+++ b/net-mgmt/cacti/files/patch-include__global_settings.php
@@ -9,7 +9,7 @@
'method' => 'filepath',
'file_type' => 'ascii',
- 'default' => $config['base_path'] . '/log/cacti.log',
-+ 'default' => /var/log/cacti/log',
++ 'default' => '/var/log/cacti/log',
'max_length' => '255',
'install_check' => 'writable'
),