aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-05-07 23:32:02 +0100
committerJustin Clark-Casey (justincc)2014-05-07 23:32:02 +0100
commit2b33677402c3a18ed753e78e02bb191bfcdcee5b (patch)
treecb1995341dcc609a9eec541c177a0118482b3c98 /bin
parentRemove duplicate HypergridLinker entry from [GridService] in Robust.HG.ini.ex... (diff)
downloadopensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.zip
opensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.tar.gz
opensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.tar.bz2
opensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.tar.xz
Add GridUserService service config to [UserAccountService] in Robust[.HG].ini.example so that home can be set for new users rather than always warning that it can't be set.
Code already exists to do this but forgot to put entry into config files a long time ago. Thanks to AliciaRaven for the spot. Relates to http://opensimulator.org/mantis/view.php?id=7155
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example1
-rw-r--r--bin/Robust.ini.example1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 3dd984e..e385200 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -282,6 +282,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
282 GridService = "OpenSim.Services.GridService.dll:GridService" 282 GridService = "OpenSim.Services.GridService.dll:GridService"
283 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 283 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
284 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 284 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
285 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
285 286
286 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 287 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
287 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. 288 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 829e393..2f1a627 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -240,6 +240,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
240 GridService = "OpenSim.Services.GridService.dll:GridService" 240 GridService = "OpenSim.Services.GridService.dll:GridService"
241 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 241 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
242 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 242 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
243 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
243 244
244 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 245 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
245 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. 246 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.