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/fnord.cpp

    r11718 r18651  
    864864// directory where server.exe lives)
    865865// --config=file (the path to the configuration file to use which defaults
    866 // to GSDLHOME\gsdlsite.cfg)
    867 // --cmd=init  Used to initialize the gsdlsite.cfg file onlt - jmt12 18/11/2003
     866// to GSDLHOME\llssite.cfg)
     867// --cmd=init  Used to initialize the llssite.cfg file only - jmt12 18/11/2003
    868868static void parse_args(const text_t cmdline, text_t &location, text_t &config_file, text_t &command) {
    869869
     
    915915}
    916916
    917 // Added code to allow for an 'init' run of the server which just creates the gsdlsite.cfg file
     917// Added code to allow for an 'init' run of the server which just creates the llssite.cfg file
    918918int __stdcall WinMain(HINSTANCE Instance, HINSTANCE /*PrevInstance*/, LPSTR CmdLineStr, int /*CmdShow*/) {
    919919  HWND MainWindow;  MSG Message;  WNDCLASS MainClass; 
Note: See TracChangeset for help on using the changeset viewer.