1 //--------------------------------------------------------------------------------
\r
2 // Stuff for Windows (as opposed to Linux)
\r
4 //--------------------------------------------------------------------------------
\r
5 // Stuff common to all patchman services
\r
9 UpdateAssertionThreadTimeout = 0;
\r
12 NegFiltersDebug = { "NET", "VERBOSE", "GUSREP" };
\r
13 NegFiltersInfo = { "NET" };
\r
14 NegFiltersWarning = { "NETL", "CT_LRC", "VAR:" };
\r
16 // Setting up WIN displayer
\r
17 WindowStyle = "WIN";
\r
18 FontName = "Courier New";
\r
21 // For windows boxes we dissable out stdin thread
\r
24 // how to sleep between to network update
\r
33 //--------------------------------------------------------------------------------
\r
34 // Start Commands for configuring modules
\r
38 //------------------------------------------------------------------------------
\r
42 // "moduleManager.createModule StandardGateway gw1",
\r
43 // "gw1.transportAdd L3Client l3client",
\r
44 // "gw1.transportCmd l3client(connect addr=ep1.mini01.ryzomcore.local:44748)",
\r
47 "moduleManager.createModule StandardGateway gw2",
\r
48 "gw2.transportAdd L3Client l3client",
\r
49 "gw2.transportCmd l3client(connect addr=ep1.mini01.ryzomcore.local:44751)",
\r
52 //------------------------------------------------------------------------------
\r
53 // Setup for terminal
\r
55 // setup an 'spt' module to act as a terminal for the internal spm module
\r
56 "moduleManager.createModule ServerPatchTerminal terminal target=spm_mini01",
\r
57 "terminal.plug gw1",
\r
58 "terminal.plug gw2",
\r
62 //--------------------------------------------------------------------------------
\r
63 // Displayed Variables...
\r
65 DisplayedVariables +=
\r
67 "@States|terminal.state *",
\r
68 "", "@MINI01 Domains (Core Mini)|terminal.dump",
\r
69 "", "@SPA States|terminal.state *spa",
\r
70 "@Deploy|terminal.uploadDepCfg",
\r
71 "@PAM States|terminal.state *pam",
\r
72 "@Update PAMs|terminal.on *pam installUpdate",
\r
73 "@Quit PAMs|terminal.on *pam quit",
\r
90 // "", "LastMsg|LastSPTMessage",
\r