diff options
author | Justin Clark-Casey (justincc) | 2014-07-18 22:57:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-07-18 22:57:04 +0100 |
commit | 6048dfcd715615c0c90b485a72ebbe2641f16d41 (patch) | |
tree | babd2cc6e4675b705d59fc390cbb30b6bb83ce83 /bin | |
parent | minor: add method doc to ICommands.HasCommand() (diff) | |
download | opensim-SC_OLD-6048dfcd715615c0c90b485a72ebbe2641f16d41.zip opensim-SC_OLD-6048dfcd715615c0c90b485a72ebbe2641f16d41.tar.gz opensim-SC_OLD-6048dfcd715615c0c90b485a72ebbe2641f16d41.tar.bz2 opensim-SC_OLD-6048dfcd715615c0c90b485a72ebbe2641f16d41.tar.xz |
In grid mode, add SuppressConsoleCommands flag to [GridService] so that we can stop misleading grid service only console commands from registering.
We need to do this because the simulator initializes and internal copy of the GridService in grid mode for internal purposes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/Grid.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 419b40d..e9eaee3 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -55,8 +55,11 @@ | |||
55 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 55 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
56 | ; for the LocalGridServicesConnector which is used by the Remote one | 56 | ; for the LocalGridServicesConnector which is used by the Remote one |
57 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 57 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
58 | |||
59 | NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector" | 58 | NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector" |
59 | |||
60 | ; Because LocalGridServicesConnector starts this service, in grid mode we need to suppress | ||
61 | ; the inappropriate console commands that it registers. | ||
62 | SuppressConsoleCommands = true | ||
60 | 63 | ||
61 | [LibraryService] | 64 | [LibraryService] |
62 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | 65 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" |