public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/
Date: Sun, 14 Feb 2016 15:59:06 +0000 (UTC)	[thread overview]
Message-ID: <1455465535.084c8f167746a1a4865a9a9392ee4d1000c0d3e0.swegener@gentoo> (raw)

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	other threads:[~2016-02-14 15:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14 15:59 Sven Wegener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-19  0:33 [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/ Louis Sautier
2019-03-03  0:48 Louis Sautier
2019-03-03  0:48 Louis Sautier
2017-01-28 16:50 Sven Wegener
2016-05-16 21:42 Patrice Clement
2016-01-07 11:28 Ian Delaney
2016-01-06 21:05 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455465535.084c8f167746a1a4865a9a9392ee4d1000c0d3e0.swegener@gentoo \
    --to=swegener@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox