Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Mar 2010 22:41:34 +0100 (CET)
From:      Lars Thegler <lth@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        des@FreeBSD.org
Subject:   ports/144603: [PATCH] sysutils/munin-node: fix postfix logfile
Message-ID:  <20100309214134.D712F22820@chuck.thegler.dk>
Resent-Message-ID: <201003092150.o29Lo0Xc099948@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144603
>Category:       ports
>Synopsis:       [PATCH] sysutils/munin-node: fix postfix logfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 09 21:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD chuck.thegler.dk 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct  2 12:21:39 UTC
>Description:

The postfix_mail{stats,volume} plugins has $logfile = "$LOGDIR/$LOGFILE",
so env.logfile should be the basename only. The default logdir is
correct.

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- munin-node-1.4.3_2.patch begins here ---
Index: files/plugins.conf
===================================================================
RCS file: /home/pcvs/ports/sysutils/munin-node/files/plugins.conf,v
retrieving revision 1.4
diff -u -u -r1.4 plugins.conf
--- files/plugins.conf	6 Feb 2008 21:34:23 -0000	1.4
+++ files/plugins.conf	9 Mar 2010 21:36:37 -0000
@@ -48,7 +48,7 @@
 
 [postfix*]
 user root
-env.logfile /var/log/maillog
+env.logfile maillog
 
 [sendmail*]
 env.mspqueue /var/spool/clientmqueue
--- munin-node-1.4.3_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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