net-mgmt/cacti: Update to 1.2.16
Changelog: https://www.cacti.net/release_notes.php?version=1.2.16 PR: 251673 Submitted by: Michael Muenz <m.muenz@gmail.com> (maintainer)
This commit is contained in:
parent
d2d5e54005
commit
b36b5321d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558224
4 changed files with 1671 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cacti
|
||||
PORTVERSION= 1.2.14
|
||||
PORTVERSION= 1.2.16
|
||||
CATEGORIES= net-mgmt www
|
||||
MASTER_SITES= http://www.cacti.net/downloads/ \
|
||||
ftp://ftpmirror.uk/freebsd-ports/cacti/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1598208449
|
||||
SHA256 (cacti-1.2.14.tar.gz) = 85f17b16ddab96a4cc6162a8d3e38e3d1ed8091cad33436cf48478436abb2947
|
||||
SIZE (cacti-1.2.14.tar.gz) = 25182521
|
||||
TIMESTAMP = 1607087619
|
||||
SHA256 (cacti-1.2.16.tar.gz) = 347553a6331b1b26e634a30d649dda2cc81c727d0afa695d06358de358a8918e
|
||||
SIZE (cacti-1.2.16.tar.gz) = 29197220
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- utilities.php.orig 2017-08-13 04:06:37 UTC
|
||||
--- utilities.php.orig 2020-11-30 18:19:51 UTC
|
||||
+++ utilities.php
|
||||
@@ -877,7 +877,7 @@ function utilities_view_logfile() {
|
||||
@@ -1043,7 +1043,7 @@ function utilities_view_logfile() {
|
||||
}
|
||||
|
||||
|
||||
if ($logfile == '') {
|
||||
- $logfile = $config['base_path'] . '/log/cacti.log';
|
||||
- $logfile = 'cacti.log';
|
||||
+ $logfile = '/var/log/cacti/log';
|
||||
}
|
||||
|
||||
/* ================= input validation and session storage ================= */
|
||||
@@ -1199,7 +1199,7 @@ function utilities_clear_logfile() {
|
||||
|
||||
$logname = '';
|
||||
@@ -1372,7 +1372,7 @@ function utilities_clear_logfile() {
|
||||
$logfile = read_config_option('path_cactilog');
|
||||
|
||||
if ($logfile == '') {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue