From 70c2352a07d225407944217729539860e41a3fc4 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Sat, 3 Jun 2006 20:08:38 +0000 Subject: [PATCH] Unix package: since BOINC manager now starts client, change message to user after install. svn path=/trunk/boinc/; revision=10248 --- checkin_notes | 2 ++ sea/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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