diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-07-28 23:58:40 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-07-28 23:58:40 +0800 |
commit | a0b2c301db20f10d4de15798727abebdb330fc4f (patch) | |
tree | 2ba086613a3e3d020ab146880109a11762f0058f /mail/spampd | |
parent | 0c482ff12565f4f0b737fd41ea1a8003486dec04 (diff) | |
download | freebsd-ports-gnome-a0b2c301db20f10d4de15798727abebdb330fc4f.tar.gz freebsd-ports-gnome-a0b2c301db20f10d4de15798727abebdb330fc4f.tar.zst freebsd-ports-gnome-a0b2c301db20f10d4de15798727abebdb330fc4f.zip |
Fix sig_stop in rc.d script
Bump PORTREVISION
PR: 148868
Submitted by: danger
Diffstat (limited to 'mail/spampd')
-rw-r--r-- | mail/spampd/Makefile | 2 | ||||
-rw-r--r-- | mail/spampd/files/spampd.in | 2 |
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" |