diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-01-07 11:58:41 +0100 |
---|---|---|
committer | Louis Sautier <sautier.louis@gmail.com> | 2016-01-07 11:58:41 +0100 |
commit | a8e8c94da31451668793f670f11aa110c6325bae (patch) | |
tree | c3ab017f3cfdd0ba3134ac30b7c21dbfae89f7f9 /net-nntp | |
parent | app-editors/adie: Bump to version 1.7.54 (diff) | |
download | gentoo-a8e8c94da31451668793f670f11aa110c6325bae.tar.gz gentoo-a8e8c94da31451668793f670f11aa110c6325bae.tar.bz2 gentoo-a8e8c94da31451668793f670f11aa110c6325bae.zip |
net-nntp/nzbget: fix init script
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/nzbget/files/nzbget.initd | 2 |
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 $? } |