aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2015-01-04 11:06:28 -0800
committerDiva Canto2015-01-04 11:06:28 -0800
commit5179f078f795d6e36acb6fda936b1b2e34294804 (patch)
treea21257ddae0db68d81b4fe5a297344597641363e
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-5179f078f795d6e36acb6fda936b1b2e34294804.zip
opensim-SC_OLD-5179f078f795d6e36acb6fda936b1b2e34294804.tar.gz
opensim-SC_OLD-5179f078f795d6e36acb6fda936b1b2e34294804.tar.bz2
opensim-SC_OLD-5179f078f795d6e36acb6fda936b1b2e34294804.tar.xz
Removing the Wifi config example from Robust.HG.ini.example, because it is not needed anymore. Wifi is now a mono addin to Robust, and it can be deployed in two ways: by installing the Wifi plugin via mautil or by compiling Wifi from source, in which case it will appear in the registry when Robust starts because the Diva Wifi dlls are present in bin.
-rw-r--r--bin/Robust.HG.ini.example3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index cc13b16..71ce6ad 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -106,9 +106,6 @@
106 HGAssetServiceConnector = "HGAssetService@${Const|PublicPort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" 106 HGAssetServiceConnector = "HGAssetService@${Const|PublicPort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"
107 ;; Uncomment this if you want Groups V2, HG to work 107 ;; Uncomment this if you want Groups V2, HG to work
108 ; HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" 108 ; HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector"
109 ;; Additions for other add-on modules. For example:
110 ;; WifiServerConnector = "${Const|PublicPort}/Diva.Wifi.Robust.dll:WifiServerConnector"
111 ;; But check also for the new mono addin installs that don't use this and are much easier to use!
112 109
113 ;; Uncomment for UserProfiles see [UserProfilesService] to configure... 110 ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
114 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" 111 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector"