mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4284
This commit is contained in:
parent
448c9ab56d
commit
0266956009
|
@ -17994,3 +17994,9 @@ David 1 Oct 2004
|
|||
time_stats.h
|
||||
sched/
|
||||
server_types.h
|
||||
|
||||
David 1 Oct 2004
|
||||
- "default", nor "primary", prefs
|
||||
|
||||
client/
|
||||
cs_account.C
|
||||
|
|
|
@ -114,10 +114,10 @@ int PROJECT::parse_account(FILE* in) {
|
|||
if (got_venue_prefs) {
|
||||
msg_printf(this, MSG_INFO, "Using separate project prefs for %s", host_venue);
|
||||
} else {
|
||||
msg_printf(this, MSG_INFO, "Using your primary project prefs");
|
||||
msg_printf(this, MSG_INFO, "Using your default project prefs");
|
||||
}
|
||||
} else {
|
||||
msg_printf(this, MSG_INFO, "Using your primary project prefs");
|
||||
msg_printf(this, MSG_INFO, "Using your default project prefs");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,9 @@ using volunteer computer resources.
|
|||
A paper about BOINC's design goals is here:
|
||||
<a href=http://boinc.berkeley.edu/talks/madrid_03/madrid.html>HTML</a> |
|
||||
<a href=boinc2.pdf>PDF</a> |
|
||||
<a href=http://boinc.de/madrid_de.htm>HTML German</a>.
|
||||
<a href=http://boinc.de/madrid_de.htm>HTML/German</a> |
|
||||
<a href=http://www.seti-nl.org/content.php?c=boinc_berkeley_madrid>HTML/Dutch</a>
|
||||
|
||||
<p>
|
||||
The BOINC's features fall into several areas:
|
||||
|
||||
|
|
Loading…
Reference in New Issue