public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/minidlna/files/
Date: Sat,  3 Oct 2015 12:19:44 +0000 (UTC)	[thread overview]
Message-ID: <1443373316.bc7c4426464a1a62e8aadea4e52446034803a6e5.mgorny@gentoo> (raw)

commit:     bc7c4426464a1a62e8aadea4e52446034803a6e5
Author:     Jakub Jirutka <jakub <AT> jirutka <DOT> cz>
AuthorDate: Sun Sep 27 17:01:56 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 17:01:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7c4426

net-misc/minidlna: Fix typo in OpenRC runscripts

 net-misc/minidlna/files/minidlna-1.0.23-r1.initd | 2 +-
 net-misc/minidlna/files/minidlna-1.1.0.initd     | 2 +-
 net-misc/minidlna/files/minidlna-1.1.2.initd     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/minidlna/files/minidlna-1.0.23-r1.initd b/net-misc/minidlna/files/minidlna-1.0.23-r1.initd
index 1ba3e1b..b014edb 100644
--- a/net-misc/minidlna/files/minidlna-1.0.23-r1.initd
+++ b/net-misc/minidlna/files/minidlna-1.0.23-r1.initd
@@ -16,7 +16,7 @@ start() {
 
 	params="$params -P /var/run/minidlna/minidlna.pid"
 
-	if [[ "${RESCAN}" = "true" || "{$RESCAN}" = yes ]]; then
+	if [[ "${RESCAN}" = "true" || "${RESCAN}" = yes ]]; then
 		params="$params -R"
 	fi
 

diff --git a/net-misc/minidlna/files/minidlna-1.1.0.initd b/net-misc/minidlna/files/minidlna-1.1.0.initd
index 9ccffe7..856606e 100644
--- a/net-misc/minidlna/files/minidlna-1.1.0.initd
+++ b/net-misc/minidlna/files/minidlna-1.1.0.initd
@@ -16,7 +16,7 @@ start() {
 
 	params="$params -P /var/run/minidlna/minidlna.pid"
 
-	if [[ "${RESCAN}" = "true" || "{$RESCAN}" = yes ]]; then
+	if [[ "${RESCAN}" = "true" || "${RESCAN}" = yes ]]; then
 		params="$params -R"
 	fi
 

diff --git a/net-misc/minidlna/files/minidlna-1.1.2.initd b/net-misc/minidlna/files/minidlna-1.1.2.initd
index c7f3026..7b5366e 100644
--- a/net-misc/minidlna/files/minidlna-1.1.2.initd
+++ b/net-misc/minidlna/files/minidlna-1.1.2.initd
@@ -16,7 +16,7 @@ start() {
 
 	params="$params -P /run/minidlna/minidlna.pid"
 
-	if [[ "${RESCAN}" = "true" || "{$RESCAN}" = yes ]]; then
+	if [[ "${RESCAN}" = "true" || "${RESCAN}" = yes ]]; then
 		params="$params -R"
 	fi
 


             reply	other threads:[~2015-10-03 12:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-03 12:19 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-03 17:05 [gentoo-commits] repo/gentoo:master commit in: net-misc/minidlna/files/ Michael Weber

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=1443373316.bc7c4426464a1a62e8aadea4e52446034803a6e5.mgorny@gentoo \
    --to=mgorny@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