aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2010-07-28 03:34:34 +0800
committerdanger <danger@FreeBSD.org>2010-07-28 03:34:34 +0800
commit310f70e29ed42ca0c1004b4f8a996edb08f32452 (patch)
tree5e502f6c2057c0a879a941323ed0d4a4eb01b60a
parentbdf8dec9bc0b180ffd8fe4674f76f0c96389b4ac (diff)
downloadfreebsd-ports-gnome-310f70e29ed42ca0c1004b4f8a996edb08f32452.tar.gz
freebsd-ports-gnome-310f70e29ed42ca0c1004b4f8a996edb08f32452.tar.zst
freebsd-ports-gnome-310f70e29ed42ca0c1004b4f8a996edb08f32452.zip
- fix the handling of sig_stop signal in the rc.d script
PR: 148867 Submitted by: danger Approved by: az (maintainer) via private email
-rw-r--r--net-p2p/dcd/Makefile1
-rw-r--r--net-p2p/dcd/files/dcd.sh.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile
index c6bffa04bd93..3fe045207ab0 100644
--- a/net-p2p/dcd/Makefile
+++ b/net-p2p/dcd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dcd
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/
diff --git a/net-p2p/dcd/files/dcd.sh.in b/net-p2p/dcd/files/dcd.sh.in
index 39c6a95b846b..4b2e5642e9a7 100644
--- a/net-p2p/dcd/files/dcd.sh.in
+++ b/net-p2p/dcd/files/dcd.sh.in
@@ -16,7 +16,7 @@ name="dcd"
rcvar=${name}_enable
command=%%PREFIX%%/sbin/dcd
-sig_stop=-KILL
+sig_stop=KILL
stop_cmd=stop_cmd
load_rc_config $name