*** empty log message ***

svn path=/trunk/boinc/; revision=2626
This commit is contained in:
Karl Chen 2003-11-04 00:27:32 +00:00
parent bd4c8c906a
commit f3e63c5867
2 changed files with 4 additions and 1 deletions

View File

@ -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/

View File

@ -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()