Changeset 4373


Ignore:
Timestamp:
2003-05-27T21:53:13+12:00 (21 years ago)
Author:
sjboddie
Message:

Added a kill option to the configaction to allow the GLI to kill off
a running local library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/configaction.cpp

    r4340 r4373  
    4747     -- add-collection - add and configure a collection server for the
    4848        collection specified by the "c" argument
     49     -- kill - if running as the local library this will kill the server
    4950  */
    5051  arg_ainfo.shortname = "cmd";
     
    8283    textout << "configured release-collection\n";
    8384
     85  } else if (args["cmd"] == "kill") {
     86    exit(0);
    8487  }
    8588
Note: See TracChangeset for help on using the changeset viewer.