svn commit: r430478 - in branches/2017Q1/sysutils/munin-node: . files

Mathieu Arnold mat at FreeBSD.org
Tue Jan 3 15:20:03 UTC 2017


Author: mat
Date: Tue Jan  3 15:20:02 2017
New Revision: 430478
URL: https://svnweb.freebsd.org/changeset/ports/430478

Log:
  MFH: r430477
  
  Fix postfix's logfile, it is supposed to be the filename, not the full
  path.
  
  PR:		215735
  Submitted by:	Vladimir Krstulja
  Sponsored by:	Absolight

Modified:
  branches/2017Q1/sysutils/munin-node/Makefile
  branches/2017Q1/sysutils/munin-node/files/plugins.conf.in
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/sysutils/munin-node/Makefile
==============================================================================
--- branches/2017Q1/sysutils/munin-node/Makefile	Tue Jan  3 15:16:20 2017	(r430477)
+++ branches/2017Q1/sysutils/munin-node/Makefile	Tue Jan  3 15:20:02 2017	(r430478)
@@ -3,7 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node

Modified: branches/2017Q1/sysutils/munin-node/files/plugins.conf.in
==============================================================================
--- branches/2017Q1/sysutils/munin-node/files/plugins.conf.in	Tue Jan  3 15:16:20 2017	(r430477)
+++ branches/2017Q1/sysutils/munin-node/files/plugins.conf.in	Tue Jan  3 15:20:02 2017	(r430478)
@@ -65,7 +65,7 @@ env.mysqlshow %%LOCALBASE%%/bin/mysqlsho
 
 [postfix*]
 user root
-env.logfile /var/log/maillog
+env.logfile maillog
 
 [sendmail*]
 group wheel


More information about the svn-ports-branches mailing list