diff options
author | Diva Canto | 2010-01-10 19:19:34 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-10 19:19:34 -0800 |
commit | 49618dc102c42b7125303511d826f76f0ebaab4c (patch) | |
tree | fba3817eb6ee8547914892dbae45c955d78734e8 /bin | |
parent | Removed refs to OpenIdService in UserServer. (diff) | |
download | opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.zip opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.tar.gz opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.tar.bz2 opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.tar.xz |
Moved GridInfo service from where it was to Handlers/Grid
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 2 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 1b5aef2..2ccc580 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -10,7 +10,7 @@ | |||
10 | ; * | 10 | ; * |
11 | ; * | 11 | ; * |
12 | [Startup] | 12 | [Startup] |
13 | ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector,OpenSim.Server.Handlers.dll:GridServiceConnector,OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,OpenSim.Server.Handlers.dll:OpenIdServerConnector,OpenSim.Server.Handlers.dll:AvatarServiceConnector,OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,OpenSim.Server.Handlers.dll:PresenceServiceConnector,,OpenSim.Server.Handlers.dll:UserAccountServiceConnector" | 13 | ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector,OpenSim.Server.Handlers.dll:GridServiceConnector,,OpenSim.Server.Handlers.dll:GridInfoServerInConnector,OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,OpenSim.Server.Handlers.dll:OpenIdServerConnector,OpenSim.Server.Handlers.dll:AvatarServiceConnector,OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,OpenSim.Server.Handlers.dll:PresenceServiceConnector,,OpenSim.Server.Handlers.dll:UserAccountServiceConnector" |
14 | 14 | ||
15 | ; * This is common for all services, it's the network setup for the entire | 15 | ; * This is common for all services, it's the network setup for the entire |
16 | ; * server instance | 16 | ; * server instance |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1cf96b0..971dfc4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1033,7 +1033,7 @@ | |||
1033 | ; DisableUndergroundMovement = true | 1033 | ; DisableUndergroundMovement = true |
1034 | 1034 | ||
1035 | 1035 | ||
1036 | [GridInfo] | 1036 | [GridInfoService] |
1037 | ; These settings are used to return information on a get_grid_info call. | 1037 | ; These settings are used to return information on a get_grid_info call. |
1038 | ; Client launcher scripts and third-party clients make use of this to | 1038 | ; Client launcher scripts and third-party clients make use of this to |
1039 | ; autoconfigure the client and to provide a nice user experience. If you | 1039 | ; autoconfigure the client and to provide a nice user experience. If you |