diff options
-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() |