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:
Bruce Allen 2006-06-03 20:08:38 +00:00
parent 53886117fa
commit 70c2352a07
2 changed files with 4 additions and 2 deletions

View File

@ -5425,6 +5425,8 @@ Bruce 3 June 2006
- Scheduler: clearer logging for debugging purposes - Scheduler: clearer logging for debugging purposes
- Scheduler: refuse to upload results if DB item is - Scheduler: refuse to upload results if DB item is
(1) over and (2) validate state init and (3) NOT file_delete==INIT. (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.) (David, please bless addition of file_delete_state to SCHED_RESULT_ITEM.)

View File

@ -67,7 +67,7 @@ BOINC/binstall.sh: BOINC Makefile
echo "cd \"$$PWD\" && exec ./boincmgr \$$@" > run_manager &&\ echo "cd \"$$PWD\" && exec ./boincmgr \$$@" > run_manager &&\
chmod +x run_client &&\ chmod +x run_client &&\
chmod +x run_manager &&\ 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 BOINC_debug/binstall.sh: BOINC_debug Makefile
echo 'cd BOINC_debug &&\ echo 'cd BOINC_debug &&\
@ -75,7 +75,7 @@ BOINC_debug/binstall.sh: BOINC_debug Makefile
echo "cd \"$$PWD\" && exec ./boincmgr.unmodified \$$@" > run_manager &&\ echo "cd \"$$PWD\" && exec ./boincmgr.unmodified \$$@" > run_manager &&\
chmod +x run_client &&\ chmod +x run_client &&\
chmod +x run_manager &&\ 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: BOINC:
mkdir -p BOINC mkdir -p BOINC