summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2016-01-07 19:27:48 +0800
committerIan Delaney <idella4@gentoo.org>2016-01-07 19:27:48 +0800
commit1881c9a635bb5c41b743b7598cc97d810c7d2375 (patch)
treec3ab017f3cfdd0ba3134ac30b7c21dbfae89f7f9
parentapp-editors/adie: Bump to version 1.7.54 (diff)
parentnet-nntp/nzbget: fix init script (diff)
downloadgentoo-1881c9a635bb5c41b743b7598cc97d810c7d2375.tar.gz
gentoo-1881c9a635bb5c41b743b7598cc97d810c7d2375.tar.bz2
gentoo-1881c9a635bb5c41b743b7598cc97d810c7d2375.zip
Merge remote-tracking branch 'remotes/sbraz/nzbget'
Pull request: https://github.com/gentoo/gentoo/pull/621
-rw-r--r--net-nntp/nzbget/files/nzbget.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nntp/nzbget/files/nzbget.initd b/net-nntp/nzbget/files/nzbget.initd
index c533da1034ad..e3cd15eafdcd 100644
--- a/net-nntp/nzbget/files/nzbget.initd
+++ b/net-nntp/nzbget/files/nzbget.initd
@@ -11,7 +11,7 @@ start() {
start-stop-daemon --quiet --start --user "${NZBGET_USER}" \
--group "${NZBGET_GROUP}" --exec /usr/bin/nzbget -- \
--configfile "${NZBGET_CONFIGFILE}" --daemon \
- ${NZBGET_OPTS}
+ -- ${NZBGET_OPTS}
eend $?
}