diff options
author | arved <arved@FreeBSD.org> | 2010-07-28 23:58:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-07-28 23:58:40 +0800 |
commit | d3594ff2625d2d65ba94ba563a8d3ebd8f5995f5 (patch) | |
tree | 6e9069583fcda03d94b0afe952673b5311ca6269 | |
parent | c009c783062d45ada8e6eab2b5ebb1bfe4837af1 (diff) | |
download | freebsd-ports-gnome-d3594ff2625d2d65ba94ba563a8d3ebd8f5995f5.tar.gz freebsd-ports-gnome-d3594ff2625d2d65ba94ba563a8d3ebd8f5995f5.tar.zst freebsd-ports-gnome-d3594ff2625d2d65ba94ba563a8d3ebd8f5995f5.zip |
Fix sig_stop in rc.d script
Bump PORTREVISION
PR: 148868
Submitted by: danger
-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" |