commit:     05db47762e5450957b34ad9c73d124063ff854ba
Author:     Michał Kępień <github <AT> kempniu <DOT> pl>
AuthorDate: Fri Nov 18 13:46:44 2016 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 16:33:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05db4776

Use dummy NULL signal instead of SIGCONT

 net-nntp/sabnzbd/files/sabnzbd.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/sabnzbd/files/sabnzbd.initd 
b/net-nntp/sabnzbd/files/sabnzbd.initd
index a2a8407..5a69358 100755
--- a/net-nntp/sabnzbd/files/sabnzbd.initd
+++ b/net-nntp/sabnzbd/files/sabnzbd.initd
@@ -59,7 +59,7 @@ stop() {
        ebegin "Stopping SABnzbd"
 
        if [ "$(wget -q -t 1 -O - -T 10 "${url}")" = "ok" ]; then
-               signals="CONT/5/${signals}"
+               signals="NULL/5/${signals}"
        fi
 
        start-stop-daemon \

Reply via email to