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

annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
228
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
1 --- a/boinc-status 2020-04-30 22:57:38.099918744 +0200
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
2 +++ b/boinc-status 2020-04-30 22:57:13.059591555 +0200
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
3 @@ -11,7 +11,7 @@
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
4 # Parameters to be set before using the script
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
5
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
6 # The path where BOINC state files reside
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
7 -BOINC_PATH=/var/lib/boinc-client
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
8 +BOINC_PATH=/var/lib/boinc
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
9
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
10 # The path where BOINC client executable resides (without the client name)
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
11 # If client 'boinc' is in /usr/bin, you'll have BOINC_BIN_PATH=/usr/bin
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
12 @@ -39,7 +39,7 @@
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
13 AUTHOR="Jean Philippe EIMER"
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
14 EMAIL="phil@jpmr.org"
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
15
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
16 -BOINC_EXEC=boinc
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
17 +BOINC_EXEC=boinc_client
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
18
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
19 # LOG file for BOINC, with its absolute path
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
20 BOINC_LOG_FILE=$BOINC_PATH/stdoutdae.txt
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
21 @@ -47,8 +47,8 @@
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
22 STATE_FILE=$BOINC_PATH/client_state.xml
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
23 TASK_STATE_FILE=$BOINC_PATH/slots/SLOT/boinc_task_state.xml
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
24
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
25 -if [ -x /bin/pidof ]; then
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
26 - PID_CMD=/bin/pidof
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
27 +if [ -x /usr/bin/pidof ]; then
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
28 + PID_CMD=/usr/bin/pidof
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
29 else
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
30 PID_CMD=/sbin/pidof
ca0e4676139f [sync] imported 161b374..110a8a8 from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
31 fi