diff --git a/checkin_notes b/checkin_notes index 3bf5c4d3a3..ed0a0da581 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7402,6 +7402,9 @@ Karl 2003-11-02 - BOINC core client release 2.09 Karl 2003-11-03 + + - installer: ask whether BOINC should run at system startup (default yes) + - Moved installation files from win_build/boinc_installer.zip to win_build/installer/ diff --git a/testbase b/testbase index 6052f3fdf8..1239e562ad 100755 --- a/testbase +++ b/testbase @@ -13,7 +13,7 @@ if [ -d /disks/asimov ]; then export PATH fi -CHECKOUT="CVSROOT=/disks/milkyway/a/users/anderson/seti/cvsroot cvs co boinc" +CHECKOUT="CVSROOT=/usr/local/warez/cvsroot cvs co boinc" TMPDIR=/tmp/testbase die()