ports/142423: [PATCH] sysutils/munin-node: Correct default postfix plugin logfile settings
Chen-Yu Tsai
wens at csie.org
Thu Jan 7 16:30:02 UTC 2010
>Number: 142423
>Category: ports
>Synopsis: [PATCH] sysutils/munin-node: Correct default postfix plugin logfile settings
>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: Thu Jan 07 16:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Chen-Yu Tsai
>Release: FreeBSD 8.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD new.ptt.cc 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #6: Wed Dec 9 13:44:52 CST 2009 root at new.ptt.cc:/usr/obj/usr/src/sys/NEW amd64
>Description:
The postfix logfile setting in the plugins.conf file is wrong.
The postfix_mailstats and postfix_mailvolume plugins will not work
unless the path is corrected.
>How-To-Repeat:
>Fix:
env.logfile should be "maillog" instead of "/var/log/maillog".
The path is specified seperately with "env.logdir".
--- munin-node.diff begins here ---
--- /usr/ports/sysutils/munin-node/files/plugins.conf 2008-02-07 05:34:23.000000000 +0800
+++ /home/wens/temp/munin-node/files/plugins.conf 2010-01-08 00:01:02.000000000 +0800
@@ -48,7 +48,7 @@
[postfix*]
user root
-env.logfile /var/log/maillog
+env.logfile maillog
[sendmail*]
env.mspqueue /var/spool/clientmqueue
--- munin-node.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list