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

diff app-admin/boinc-status/files/boinc-status-3.10.patch @ 228:ca0e4676139f

[sync] imported 161b374..110a8a8 from upstream commit 110a8a81a82c0fb9b3a0064ad8b2f80814b71ebc Author: Daniel Neugebauer <dneuge@energiequant.de> Date: Thu Apr 30 23:07:56 2020 +0200 app-admin/boinc-status: added version 3.10
author Migration Sync <gentoo-overlay@megacoffee.net>
date Thu, 30 Apr 2020 21:15:02 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app-admin/boinc-status/files/boinc-status-3.10.patch	Thu Apr 30 21:15:02 2020 +0000
@@ -0,0 +1,31 @@
+--- 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