Fix postfix's logfile, it is supposed to be the filename, not the full
path. PR: 215735 Submitted by: Vladimir Krstulja Sponsored by: Absolight
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= munin
|
||||
PORTVERSION= ${MUNIN_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MUNIN_SITES}
|
||||
PKGNAMESUFFIX= -node
|
||||
|
||||
@@ -65,7 +65,7 @@ env.mysqlshow %%LOCALBASE%%/bin/mysqlshow
|
||||
|
||||
[postfix*]
|
||||
user root
|
||||
env.logfile /var/log/maillog
|
||||
env.logfile maillog
|
||||
|
||||
[sendmail*]
|
||||
group wheel
|
||||
|
||||
Reference in New Issue
Block a user