We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

view app-admin/boinc-status/files/boinc-status-3.10.patch @ 271:42f152f7bd51 default tip

[sync] imported 19745ea..26957c3 from upstream commit 26957c37396048346e2760cf909dce89f35961ae Author: Daniel Neugebauer <dneuge@energiequant.de> Date: Mon May 19 21:10:04 2025 +0200 app-misc/qutescoop: force X11 compatibility mode on Wayland to work around OpenGL corruption
author Migration Sync <gentoo-overlay@megacoffee.net>
date Mon, 19 May 2025 19:15:01 +0000
parents ca0e4676139f
children
line wrap: on
line source

--- a/boinc-status	2020-04-30 22:57:38.099918744 +0200
+++ b/boinc-status	2020-04-30 22:57:13.059591555 +0200
@@ -11,7 +11,7 @@
 # Parameters to be set before using the script
 
 # The path where BOINC state files reside
-BOINC_PATH=/var/lib/boinc-client
+BOINC_PATH=/var/lib/boinc
 
 # The path where BOINC client executable resides (without the client name)
 # If client 'boinc' is in /usr/bin, you'll have BOINC_BIN_PATH=/usr/bin
@@ -39,7 +39,7 @@
 AUTHOR="Jean Philippe EIMER"
 EMAIL="phil@jpmr.org"
 
-BOINC_EXEC=boinc
+BOINC_EXEC=boinc_client
 
 # LOG file for BOINC, with its absolute path
 BOINC_LOG_FILE=$BOINC_PATH/stdoutdae.txt
@@ -47,8 +47,8 @@
 STATE_FILE=$BOINC_PATH/client_state.xml
 TASK_STATE_FILE=$BOINC_PATH/slots/SLOT/boinc_task_state.xml
 
-if [ -x /bin/pidof ]; then
-	PID_CMD=/bin/pidof
+if [ -x /usr/bin/pidof ]; then
+	PID_CMD=/usr/bin/pidof
 else
 	PID_CMD=/sbin/pidof
 fi