net-nntp/sabnzbd: Disable wget logging in init script
authorMichał Kępień <github@kempniu.pl>
Wed, 26 Apr 2017 11:03:30 +0000 (13:03 +0200)
committerJustin Bronder <jsbronder@gentoo.org>
Wed, 26 Apr 2017 13:13:39 +0000 (09:13 -0400)
net-nntp/sabnzbd/files/sabnzbd.initd
net-nntp/sabnzbd/sabnzbd-1.2.3-r1.ebuild [moved from net-nntp/sabnzbd/sabnzbd-1.2.3.ebuild with 100% similarity]

index 5a693586bbe51ca05bbf382c5b0a128c6ecdec6f..b3dca979756279c9d3b1efec3c59a30dbc328b61 100755 (executable)
@@ -58,7 +58,7 @@ stop() {
 
        ebegin "Stopping SABnzbd"
 
-       if [ "$(wget -q -t 1 -O - -T 10 "${url}")" = "ok" ]; then
+       if [ "$(wget -o /dev/null -t 1 -O - -T 10 "${url}")" = "ok" ]; then
                signals="NULL/5/${signals}"
        fi