Ignore:
Timestamp:
2009-03-10T13:50:59+13:00 (15 years ago)
Author:
ak19
Message:

Renaming toplevel gsdlsite.cfg to llssite.cfg (lls = local library server)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/w32server/settings.cpp

    r18018 r18651  
    276276  if (gsdl_conffile.empty()) {
    277277    find_location();
    278     gsdl_conffile = filename_cat(data_location, "gsdlsite.cfg");
     278    gsdl_conffile = filename_cat(data_location, "llssite.cfg");
    279279  }
    280280
     
    290290   
    291291    if (!url.empty()) {
    292       // url entry should only be written to gsdlsite.cfg when the
     292      // url entry should only be written to llssite.cfg when the
    293293      // server is actually running, not when it's stopped (since we
    294294      // can't be sure what the url is at that stage). That is,
     
    414414  if (gsdl_conffile.empty()) {
    415415    find_location();
    416     gsdl_conffile = filename_cat(data_location, "gsdlsite.cfg");
     416    gsdl_conffile = filename_cat(data_location, "llssite.cfg");
    417417  }
    418418 
Note: See TracChangeset for help on using the changeset viewer.