Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 18:13:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489731 - in head/net-mgmt/cacti: . files
Message-ID:  <201901081813.x08IDui5038684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jan  8 18:13:55 2019
New Revision: 489731
URL: https://svnweb.freebsd.org/changeset/ports/489731

Log:
  net-mgmt/cacti: fix typo
  
  PR:		234735
  Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
  Reported by:	Arnaud de Prelle <arnaud@pnzone.net>

Modified:
  head/net-mgmt/cacti/Makefile   (contents, props changed)
  head/net-mgmt/cacti/files/patch-include__global_settings.php   (contents, props changed)

Modified: head/net-mgmt/cacti/Makefile
==============================================================================
--- head/net-mgmt/cacti/Makefile	Tue Jan  8 18:05:51 2019	(r489730)
+++ head/net-mgmt/cacti/Makefile	Tue Jan  8 18:13:55 2019	(r489731)
@@ -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/

Modified: head/net-mgmt/cacti/files/patch-include__global_settings.php
==============================================================================
--- head/net-mgmt/cacti/files/patch-include__global_settings.php	Tue Jan  8 18:05:51 2019	(r489730)
+++ head/net-mgmt/cacti/files/patch-include__global_settings.php	Tue Jan  8 18:13:55 2019	(r489731)
@@ -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'
  			),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901081813.x08IDui5038684>