Ignore:
Timestamp:
2016-05-10T14:59:29+12:00 (8 years ago)
Author:
ak19
Message:

Renaming activate.pm to servercontrol.pm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/buildcolutils.pm

    r30522 r30523  
    3333use File::Basename;
    3434
    35 use activate;
    3635use colcfg;
    3736use dbutil;
     
    3938use FileUtils;
    4039use scriptutil;
     40use servercontrol;
    4141use gsprintf;
    4242use printusage;
     
    678678    # Need to deactivate the collection for collections whose db don't support concurrent R+W
    679679    # All except the collection (1st parameter) can be empty. For GS3, also set the site parameter
    680     my $gsserver = new activate( $self->get_collection(), $self->{'site'}, $self->{'verbosity'}, $self->{'builddir'}, $self->{'indexdir'}, $self->{'collectdir'}, $self->{'library_url'}, $self->{'library_name'});
     680    my $gsserver = new servercontrol( $self->get_collection(), $self->{'site'}, $self->{'verbosity'}, $self->{'builddir'}, $self->{'indexdir'}, $self->{'collectdir'}, $self->{'library_url'}, $self->{'library_name'});
    681681
    682682    # when incrementally rebuilding a collection using any db that doesn't support concurrent
Note: See TracChangeset for help on using the changeset viewer.