aboutsummaryrefslogtreecommitdiff
path: root/mail/spamass-milter
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-04-26 03:34:38 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-04-26 03:34:38 +0000
commit2eb4d9f12b384ab4a21909546fcf446a6fe5742f (patch)
tree18649ec15d97a44aa472abea85264bf17a866ecd /mail/spamass-milter
parent0b6cdd2ca2866652d1b079893df17162ee1282ad (diff)
downloadports-2eb4d9f12b384ab4a21909546fcf446a6fe5742f.tar.gz
ports-2eb4d9f12b384ab4a21909546fcf446a6fe5742f.zip
Notes
Diffstat (limited to 'mail/spamass-milter')
-rw-r--r--mail/spamass-milter/Makefile2
-rw-r--r--mail/spamass-milter/files/spamass-milter.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile
index 99e5d7bb8f42..56066d7c751b 100644
--- a/mail/spamass-milter/Makefile
+++ b/mail/spamass-milter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spamass-milter
PORTVERSION= 0.3.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= spamass-milt
diff --git a/mail/spamass-milter/files/spamass-milter.in b/mail/spamass-milter/files/spamass-milter.in
index 538b363871e0..683670c74273 100644
--- a/mail/spamass-milter/files/spamass-milter.in
+++ b/mail/spamass-milter/files/spamass-milter.in
@@ -29,9 +29,9 @@ stop_postcmd=stop_postcmd
start_postcmd()
{
+ sleep 1
if test -f /var/run/sendmail.pid
then
- sleep 1
kill -HUP `head -1 /var/run/sendmail.pid`
fi