*** empty log message ***

svn path=/trunk/boinc/; revision=2953
This commit is contained in:
Karl Chen 2004-02-04 01:24:06 +00:00
parent ff7f711104
commit 6e23b4dcd2
2 changed files with 4 additions and 1 deletions

View File

@ -9697,6 +9697,9 @@ David Feb 3 2004
handle_request.C
sched_config.C,h
David 2004-02-03
BOINC 2.23 release for Windows
Karl 2004-02-03
- updates for html directory structure change

View File

@ -362,7 +362,7 @@ class Project:
map(lambda dir: os.mkdir(self.dir(dir)),
[ '', 'cgi-bin', 'bin', 'upload', 'download', 'apps', self.logdir(),
'html', 'html/ops', 'html/user', 'html/project',
'html/inc', 'html/stats', 'html/user_profile'
'html/inc', 'html/stats', 'html/user_profile', 'html/forum'
])
map(lambda dir: os.chmod(self.dir(dir), 0777),
[ 'cgi-bin', 'upload', self.logdir() ])