diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-05-06 06:01:12 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-05-06 06:01:12 +0000 |
commit | 89057081441433ba3d2da57b6aedfa5df1c0ed9f (patch) | |
tree | 980da05bdc19847023d0d0c23511cb5494772a28 /mail/rspamd | |
parent | d4deb92b18b7aec00b10096954878e64bc024839 (diff) | |
download | ports-89057081441433ba3d2da57b6aedfa5df1c0ed9f.tar.gz ports-89057081441433ba3d2da57b6aedfa5df1c0ed9f.zip |
- rspamd needs group and user to be passed as args.
Currently this not true for checkconfig which called by restart,
reload, configtest.
- bump PORTREVISION
PR: ports/167220
Submitted by: az
Approved by: maintainer (timeout)
Notes
Notes:
svn path=/head/; revision=296072
Diffstat (limited to 'mail/rspamd')
-rw-r--r-- | mail/rspamd/Makefile | 2 | ||||
-rw-r--r-- | mail/rspamd/files/rspamd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index e8f3b7b34b46..78703ab94455 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -7,7 +7,7 @@ PORTNAME= rspamd PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://highsecure.ru/ diff --git a/mail/rspamd/files/rspamd.in b/mail/rspamd/files/rspamd.in index 84b21ea65d23..225b49c041ca 100644 --- a/mail/rspamd/files/rspamd.in +++ b/mail/rspamd/files/rspamd.in @@ -43,7 +43,7 @@ stop_postcmd="rm -f $rspamd_pidfile" rspamd_checkconfig() { echo "Performing sanity check on rspamd configuration:" - eval ${command} -t + eval ${command} ${command_args} -t } reopenlog_cmd() |