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

comparison 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
comparison
equal deleted inserted replaced
227:9b9f918d8795 228:ca0e4676139f
1 --- a/boinc-status 2020-04-30 22:57:38.099918744 +0200
2 +++ b/boinc-status 2020-04-30 22:57:13.059591555 +0200
3 @@ -11,7 +11,7 @@
4 # Parameters to be set before using the script
5
6 # The path where BOINC state files reside
7 -BOINC_PATH=/var/lib/boinc-client
8 +BOINC_PATH=/var/lib/boinc
9
10 # The path where BOINC client executable resides (without the client name)
11 # If client 'boinc' is in /usr/bin, you'll have BOINC_BIN_PATH=/usr/bin
12 @@ -39,7 +39,7 @@
13 AUTHOR="Jean Philippe EIMER"
14 EMAIL="phil@jpmr.org"
15
16 -BOINC_EXEC=boinc
17 +BOINC_EXEC=boinc_client
18
19 # LOG file for BOINC, with its absolute path
20 BOINC_LOG_FILE=$BOINC_PATH/stdoutdae.txt
21 @@ -47,8 +47,8 @@
22 STATE_FILE=$BOINC_PATH/client_state.xml
23 TASK_STATE_FILE=$BOINC_PATH/slots/SLOT/boinc_task_state.xml
24
25 -if [ -x /bin/pidof ]; then
26 - PID_CMD=/bin/pidof
27 +if [ -x /usr/bin/pidof ]; then
28 + PID_CMD=/usr/bin/pidof
29 else
30 PID_CMD=/sbin/pidof
31 fi