aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMichael Cerquoni2014-03-09 19:09:10 -0400
committerMichael Cerquoni2014-03-09 19:09:10 -0400
commit4f67286044058edbf6660f2be49b0fc5532d3d30 (patch)
tree92ff0b31c9777d14d5c7eeff17f2d7383489e664
parentminor spelling mistake fix. (diff)
downloadopensim-SC_OLD-4f67286044058edbf6660f2be49b0fc5532d3d30.zip
opensim-SC_OLD-4f67286044058edbf6660f2be49b0fc5532d3d30.tar.gz
opensim-SC_OLD-4f67286044058edbf6660f2be49b0fc5532d3d30.tar.bz2
opensim-SC_OLD-4f67286044058edbf6660f2be49b0fc5532d3d30.tar.xz
fix missing quote for xBakes connector in Robust example ini files
-rw-r--r--bin/Robust.HG.ini.example2
-rw-r--r--bin/Robust.ini.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 6f0ae14..245f363 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -60,7 +60,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
60;; Uncomment this if you want Groups V2 to work 60;; Uncomment this if you want Groups V2 to work
61; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" 61; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
62;; Uncomment to provide bakes caching 62;; Uncomment to provide bakes caching
63;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector 63;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector"
64 64
65;; Additions for Hypergrid 65;; Additions for Hypergrid
66 66
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index fb09e99..829e393 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -51,7 +51,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
51;; Uncomment this if you want Groups V2 to work 51;; Uncomment this if you want Groups V2 to work
52;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" 52;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
53;; Uncomment to provide bakes caching 53;; Uncomment to provide bakes caching
54;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector 54;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector"
55 55
56;; Uncomment for UserProfiles see [UserProfilesService] to configure... 56;; Uncomment for UserProfiles see [UserProfilesService] to configure...
57; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector" 57; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector"