diff options
author | Diva Canto | 2010-01-13 19:57:41 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-13 19:57:41 -0800 |
commit | f5fb14ff52f2088d5a489cef69edb5a675e067f7 (patch) | |
tree | 143cb048a1bec6bc5d1b61c68af9cbeef650b8fb | |
parent | Omit AuthorizationService from the default configurations, because the servic... (diff) | |
download | opensim-SC_OLD-f5fb14ff52f2088d5a489cef69edb5a675e067f7.zip opensim-SC_OLD-f5fb14ff52f2088d5a489cef69edb5a675e067f7.tar.gz opensim-SC_OLD-f5fb14ff52f2088d5a489cef69edb5a675e067f7.tar.bz2 opensim-SC_OLD-f5fb14ff52f2088d5a489cef69edb5a675e067f7.tar.xz |
* Added the missing AvatarServices module.
-rw-r--r-- | bin/config-include/Grid.ini | 1 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 27e5cfb..4892306 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -11,6 +11,7 @@ | |||
11 | AssetServices = "RemoteAssetServicesConnector" | 11 | AssetServices = "RemoteAssetServicesConnector" |
12 | InventoryServices = "RemoteInventoryServicesConnector" | 12 | InventoryServices = "RemoteInventoryServicesConnector" |
13 | GridServices = "RemoteGridServicesConnector" | 13 | GridServices = "RemoteGridServicesConnector" |
14 | AvatarServices = "RemoteAvatarServicesConnector" | ||
14 | NeighbourServices = "RemoteNeighbourServicesConnector" | 15 | NeighbourServices = "RemoteNeighbourServicesConnector" |
15 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | 16 | AuthenticationServices = "RemoteAuthenticationServicesConnector" |
16 | PresenceServices = "RemotePresenceServicesConnector" | 17 | PresenceServices = "RemotePresenceServicesConnector" |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 3089598..9077e73 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -14,6 +14,7 @@ | |||
14 | AssetServices = "HGAssetBroker" | 14 | AssetServices = "HGAssetBroker" |
15 | InventoryServices = "HGInventoryBroker" | 15 | InventoryServices = "HGInventoryBroker" |
16 | GridServices = "HGGridServicesConnector" | 16 | GridServices = "HGGridServicesConnector" |
17 | AvatarServices = "RemoteAvatarServicesConnector" | ||
17 | NeighbourServices = "RemoteNeighbourServicesConnector" | 18 | NeighbourServices = "RemoteNeighbourServicesConnector" |
18 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | 19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" |
19 | PresenceServices = "RemotePresenceServicesConnector" | 20 | PresenceServices = "RemotePresenceServicesConnector" |