commit: a8e8c94da31451668793f670f11aa110c6325bae
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Jan 7 10:58:41 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 10:58:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e8c94d
net-nntp/nzbget: fix init script
Package-Manager: portage-2.2.26
net-nntp/nzbget/files/nzbget.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-nntp/nzbget/files/nzbget.initd
b/net-nntp/nzbget/files/nzbget.initd
index c533da1..e3cd15e 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 $?
}