public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/, sci-misc/boinc/
Date: Thu,  5 May 2016 12:44:18 +0000 (UTC)	[thread overview]
Message-ID: <1462452250.790b10547476baba875701da659349976cadd0ff.soap@gentoo> (raw)

commit:     790b10547476baba875701da659349976cadd0ff
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 12:43:52 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May  5 12:44:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790b1054

sci-misc/boinc: Fix variable default statements in init scripts

Package-Manager: portage-2.2.28

 .../boinc/{boinc-7.2.42.ebuild => boinc-7.2.42-r1.ebuild}   |  0
 .../{boinc-7.4.42-r2.ebuild => boinc-7.4.42-r3.ebuild}      |  0
 .../{boinc-7.6.31-r1.ebuild => boinc-7.6.31-r2.ebuild}      |  0
 sci-misc/boinc/files/boinc.init                             | 13 +++++++------
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/sci-misc/boinc/boinc-7.2.42.ebuild b/sci-misc/boinc/boinc-7.2.42-r1.ebuild
similarity index 100%
rename from sci-misc/boinc/boinc-7.2.42.ebuild
rename to sci-misc/boinc/boinc-7.2.42-r1.ebuild

diff --git a/sci-misc/boinc/boinc-7.4.42-r2.ebuild b/sci-misc/boinc/boinc-7.4.42-r3.ebuild
similarity index 100%
rename from sci-misc/boinc/boinc-7.4.42-r2.ebuild
rename to sci-misc/boinc/boinc-7.4.42-r3.ebuild

diff --git a/sci-misc/boinc/boinc-7.6.31-r1.ebuild b/sci-misc/boinc/boinc-7.6.31-r2.ebuild
similarity index 100%
rename from sci-misc/boinc/boinc-7.6.31-r1.ebuild
rename to sci-misc/boinc/boinc-7.6.31-r2.ebuild

diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init
index 1d78d0a..e20c8df 100644
--- a/sci-misc/boinc/files/boinc.init
+++ b/sci-misc/boinc/files/boinc.init
@@ -39,12 +39,12 @@ cuda_check() {
 
 env_check() {
 	# Make sure the configuration is sane
-	${USER:="boinc"}
-	${GROUP:="boinc"}
-	${RUNTIMEDIR:="/var/lib/boinc"}
-	${BOINCBIN:="$(which boinc_client)"}
-	${ALLOW_REMOTE_RPC:="yes"}
-	${NICELEVEL:="19"}
+	: ${USER:="boinc"}
+	: ${GROUP:="boinc"}
+	: ${RUNTIMEDIR:="/var/lib/boinc"}
+	: ${BOINCBIN:="$(which boinc_client)"}
+	: ${ALLOW_REMOTE_RPC:="yes"}
+	: ${NICELEVEL:="19"}
 	# ARGS is not checked, it could have been explicitly set
 	# to be empty by the user.
 
@@ -137,6 +137,7 @@ attach() {
 	tail "${RUNTIMEDIR}/stdoutdae.txt"
 }
 
+
 stop() {
 	local password=""
 


             reply	other threads:[~2016-05-05 12:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05 12:44 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-01 10:30 [gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/, sci-misc/boinc/ Florian Schmaus
2022-04-23 10:24 Florian Schmaus
2021-01-18 13:38 Joonas Niilola
2018-04-24 21:57 Andreas Sturmlechner
2017-12-27 11:56 Mart Raudsepp
2017-07-05  9:11 Michał Górny
2017-06-04 17:03 Michał Górny
2016-11-12 15:39 David Seifert
2016-11-12 15:39 David Seifert
2016-05-04 22:01 David Seifert

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=1462452250.790b10547476baba875701da659349976cadd0ff.soap@gentoo \
    --to=soap@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