Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2017 15:20:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r430478 - in branches/2017Q1/sysutils/munin-node: . files
Message-ID:  <201701031520.v03FK2cf047635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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