commit:     084c8f167746a1a4865a9a9392ee4d1000c0d3e0
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 15:57:28 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 15:58:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084c8f16

net-nntp/nzbget: Remove double -- from init script

Package-Manager: portage-2.2.26

 net-nntp/nzbget/files/nzbget.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nntp/nzbget/files/nzbget.initd 
b/net-nntp/nzbget/files/nzbget.initd
index e3cd15e..0ed9805 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 $?
 }
 
@@ -19,7 +19,7 @@ stop() {
        ebegin "Stopping ${RC_SVCNAME}"
        start-stop-daemon --stop --exec /usr/bin/nzbget -- \
                --configfile "${NZBGET_CONFIGFILE}" --daemon \
-               -- ${NZBGET_OPTS}
+               ${NZBGET_OPTS}
 }
 
 reload() {

Reply via email to