diff options
author | Diva Canto | 2013-02-21 19:07:39 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-21 19:07:39 -0800 |
commit | 0d08f81421abda3a1de0e2ade6633e86a2735da5 (patch) | |
tree | 71f06630988ad65715ed8919b28df9406b4f50ed | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-0d08f81421abda3a1de0e2ade6633e86a2735da5.zip opensim-SC_OLD-0d08f81421abda3a1de0e2ade6633e86a2735da5.tar.gz opensim-SC_OLD-0d08f81421abda3a1de0e2ade6633e86a2735da5.tar.bz2 opensim-SC_OLD-0d08f81421abda3a1de0e2ade6633e86a2735da5.tar.xz |
Err.. wrong dll name for groups in Robust.HG.ini.example
-rw-r--r-- | bin/Robust.HG.ini.example | 2 | ||||
-rw-r--r-- | bin/Robust.ini.example | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 274132e..445020f 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -80,7 +80,7 @@ InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessage | |||
80 | HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 80 | HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
81 | HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 81 | HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
82 | ;; Uncomment this if you want Groups V2, HG to work | 82 | ;; Uncomment this if you want Groups V2, HG to work |
83 | ; HGGroupsServiceConnector = "8002/Diva.Groups.dll:HGGroupsServiceRobustConnector" | 83 | ; HGGroupsServiceConnector = "8002/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" |
84 | 84 | ||
85 | ;; Additions for other add-on modules. For example: | 85 | ;; Additions for other add-on modules. For example: |
86 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" | 86 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index ecbed1f..bb98bbf 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -381,3 +381,5 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
381 | 381 | ||
382 | ; password help: optional: page providing password assistance for users of your grid | 382 | ; password help: optional: page providing password assistance for users of your grid |
383 | ;password = http://127.0.0.1/password | 383 | ;password = http://127.0.0.1/password |
384 | |||
385 | |||