svn commit: r385236 - in head/mail/postsrsd: . files
Jan Beich
jbeich at FreeBSD.org
Sun May 3 07:33:56 UTC 2015
Author: jbeich
Date: Sun May 3 07:33:55 2015
New Revision: 385236
URL: https://svnweb.freebsd.org/changeset/ports/385236
Log:
mail/postsrsd: fix handling of postsrsd_exclude_domains in rc.d script
PR: 199797
Submitted by: idefix at fechner.net
Approved by: ports at bsdserwis.com (maintainer)
Modified:
head/mail/postsrsd/Makefile (contents, props changed)
head/mail/postsrsd/files/postsrsd.in (contents, props changed)
Modified: head/mail/postsrsd/Makefile
==============================================================================
--- head/mail/postsrsd/Makefile Sun May 3 07:33:40 2015 (r385235)
+++ head/mail/postsrsd/Makefile Sun May 3 07:33:55 2015 (r385236)
@@ -3,6 +3,7 @@
PORTNAME= postsrsd
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= mail
MAINTAINER= ports at bsdserwis.com
Modified: head/mail/postsrsd/files/postsrsd.in
==============================================================================
--- head/mail/postsrsd/files/postsrsd.in Sun May 3 07:33:40 2015 (r385235)
+++ head/mail/postsrsd/files/postsrsd.in Sun May 3 07:33:55 2015 (r385236)
@@ -67,7 +67,7 @@ if [ "x${postsrsd_idle_timeout}" != "x"
postsrsd_idle_timeout="-t ${postsrsd_idle_timeout}"
fi
if [ "x${postsrsd_exclude_domains}" != "x" ];then
- postsrsd_exclude_domains="-X ${postsrsd_exclude_domains}"
+ postsrsd_exclude_domains="-X${postsrsd_exclude_domains}"
fi
command_args=" -D ${_uid_prefix} ${postsrsd_uid} -p ${pidfile} ${postsrsd_domain} ${postsrsd_secret} ${postsrsd_forward_port} ${postsrsd_reverse_port} ${postsrsd_idle_timeout} ${postsrsd_exclude_domains} ${postsrsd_flags}"
More information about the svn-ports-all
mailing list