aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/dcd
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-07-20 00:18:41 +0800
committerdougb <dougb@FreeBSD.org>2006-07-20 00:18:41 +0800
commitb76acf3e948b7a25705027e8c0ee236ab37fe677 (patch)
tree55f96da9e8c8fa38216999a2e4635e172abab629 /net-p2p/dcd
parent0bc7a6d9fb3ca4f9bab85a80d1479b0ebe7f9e64 (diff)
downloadfreebsd-ports-gnome-b76acf3e948b7a25705027e8c0ee236ab37fe677.tar.gz
freebsd-ports-gnome-b76acf3e948b7a25705027e8c0ee236ab37fe677.tar.zst
freebsd-ports-gnome-b76acf3e948b7a25705027e8c0ee236ab37fe677.zip
Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default.
Diffstat (limited to 'net-p2p/dcd')
-rw-r--r--net-p2p/dcd/files/dcd.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/dcd/files/dcd.sh.in b/net-p2p/dcd/files/dcd.sh.in
index 0b6ac79a2a0a..a13db6c58434 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