diff --git a/checkin_notes b/checkin_notes index 2a1feb7788..8fdd68bdcc 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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.) diff --git a/sea/Makefile.am b/sea/Makefile.am index 0130a1b14b..1f5ee3c49e 100644 --- a/sea/Makefile.am +++ b/sea/Makefile.am @@ -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