mirror of https://github.com/BOINC/boinc.git
Unix package: since BOINC manager now starts client, change message
to user after install. svn path=/trunk/boinc/; revision=10248
This commit is contained in:
parent
53886117fa
commit
70c2352a07
|
@ -5425,6 +5425,8 @@ Bruce 3 June 2006
|
|||
- Scheduler: clearer logging for debugging purposes
|
||||
- Scheduler: refuse to upload results if DB item is
|
||||
(1) over and (2) validate state init and (3) NOT file_delete==INIT.
|
||||
- Unix package: since BOINC manager now starts client, change message
|
||||
to user after install.
|
||||
|
||||
(David, please bless addition of file_delete_state to SCHED_RESULT_ITEM.)
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ BOINC/binstall.sh: BOINC Makefile
|
|||
echo "cd \"$$PWD\" && exec ./boincmgr \$$@" > run_manager &&\
|
||||
chmod +x run_client &&\
|
||||
chmod +x run_manager &&\
|
||||
echo now run $$PWD/run_client to run the client and $$PWD/run_manager to run the GUI' > BOINC/binstall.sh
|
||||
echo use $$PWD/run_manager to start BOINC' > BOINC/binstall.sh
|
||||
|
||||
BOINC_debug/binstall.sh: BOINC_debug Makefile
|
||||
echo 'cd BOINC_debug &&\
|
||||
|
@ -75,7 +75,7 @@ BOINC_debug/binstall.sh: BOINC_debug Makefile
|
|||
echo "cd \"$$PWD\" && exec ./boincmgr.unmodified \$$@" > run_manager &&\
|
||||
chmod +x run_client &&\
|
||||
chmod +x run_manager &&\
|
||||
echo now run $$PWD/run_client to run the client and $$PWD/run_manager to run the GUI' > BOINC_debug/binstall.sh
|
||||
echo use $$PWD/run_manager to start BOINC' > BOINC_debug/binstall.sh
|
||||
|
||||
BOINC:
|
||||
mkdir -p BOINC
|
||||
|
|
Loading…
Reference in New Issue