summaryrefslogtreecommitdiff
path: root/net/boinc-client/files/extra-patch-api::boinc_api.C
diff options
context:
space:
mode:
Diffstat (limited to 'net/boinc-client/files/extra-patch-api::boinc_api.C')
-rw-r--r--net/boinc-client/files/extra-patch-api::boinc_api.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/boinc-client/files/extra-patch-api::boinc_api.C b/net/boinc-client/files/extra-patch-api::boinc_api.C
deleted file mode 100644
index 49f74d3977df..000000000000
--- a/net/boinc-client/files/extra-patch-api::boinc_api.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- api/boinc_api.C.orig Sun Sep 5 19:28:46 2004
-+++ api/boinc_api.C Thu Dec 9 10:22:30 2004
-@@ -116,7 +116,7 @@
- options.handle_trickle_ups = true;
- options.handle_trickle_downs = true;
- options.handle_process_control = true;
-- options.send_status_msgs = true;
-+ options.send_status_msgs = false;
- options.direct_process_action = true;
- return boinc_init_options(options);
- }