sci-misc/boinc: Fix variable default statements in init scripts
authorDavid Seifert <soap@gentoo.org>
Thu, 5 May 2016 12:43:52 +0000 (14:43 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 5 May 2016 12:44:10 +0000 (14:44 +0200)
Package-Manager: portage-2.2.28

sci-misc/boinc/boinc-7.2.42-r1.ebuild [moved from sci-misc/boinc/boinc-7.2.42.ebuild with 100% similarity]
sci-misc/boinc/boinc-7.4.42-r3.ebuild [moved from sci-misc/boinc/boinc-7.4.42-r2.ebuild with 100% similarity]
sci-misc/boinc/boinc-7.6.31-r2.ebuild [moved from sci-misc/boinc/boinc-7.6.31-r1.ebuild with 100% similarity]
sci-misc/boinc/files/boinc.init

index 1d78d0a34ffabc8f0df8a17db947783dc174e229..e20c8dfe423fe367b943d2d10d21c6dd44f9aa74 100644 (file)
@@ -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=""