From: Chris W. <la...@us...> - 2005-01-26 02:37:35
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32604/lib/OpenInteract2/Manage/Website Modified Files: Create.pm Log Message: fix website creation problems spawned by recent ::Setup change Index: Create.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/Create.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Create.pm 24 Jan 2005 17:01:23 -0000 1.24 --- Create.pm 26 Jan 2005 02:36:11 -0000 1.25 *************** *** 120,128 **** $self->_copy_messages( $website_dir, $source_dir ); - $self->_copy_server_conf( $website_dir, $source_dir ); - $self->_copy_apache_conf( $website_dir, $source_dir ); - $self->_copy_daemon_conf( $website_dir, $source_dir ); $self->notify_observers( --- 120,125 ---- *************** *** 164,168 **** eval { mkdir( $full_subdir, $perm ) || die $! }; if ( $@ ) { ! oi_error "Cannot create subdirectory in [$full_subdir]: $@"; } $self->_add_status({ --- 161,165 ---- eval { mkdir( $full_subdir, $perm ) || die $! }; if ( $@ ) { ! oi_error "Cannot create subdirectory in '$full_subdir': $@"; } $self->_add_status({ |