aboutsummaryrefslogtreecommitdiff
path: root/mail/spampd
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-07-28 15:58:40 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-07-28 15:58:40 +0000
commita0b2c301db20f10d4de15798727abebdb330fc4f (patch)
tree2ba086613a3e3d020ab146880109a11762f0058f /mail/spampd
parent0c482ff12565f4f0b737fd41ea1a8003486dec04 (diff)
downloadports-a0b2c301db20f10d4de15798727abebdb330fc4f.tar.gz
ports-a0b2c301db20f10d4de15798727abebdb330fc4f.zip
Fix sig_stop in rc.d script
Bump PORTREVISION PR: 148868 Submitted by: danger
Notes
Notes: svn path=/head/; revision=258392
Diffstat (limited to 'mail/spampd')
-rw-r--r--mail/spampd/Makefile2
-rw-r--r--mail/spampd/files/spampd.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile
index ecc8ee4b304d..7dcd02a761e3 100644
--- a/mail/spampd/Makefile
+++ b/mail/spampd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spampd
PORTVERSION= 2.30
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail perl5
MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/
diff --git a/mail/spampd/files/spampd.in b/mail/spampd/files/spampd.in
index 2975dc713e61..4b3127ba52f8 100644
--- a/mail/spampd/files/spampd.in
+++ b/mail/spampd/files/spampd.in
@@ -25,7 +25,7 @@ load_rc_config $name
command="%%PREFIX%%/sbin/$name"
command_args="--pid=${spampd_pidfile}"
pidfile="${spampd_pidfile}"
-sig_stop="-KILL"
+sig_stop="KILL"
stop_cmd="stop_cmd"
status_cmd="status_cmd"