From fe6900b305392937bf22e54331c558cd667f9b63 Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Sun, 27 Mar 2011 19:38:40 -0400
Subject: Touchup for SQLite
---
bin/Mono.Data.Sqlite.dll.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/Mono.Data.Sqlite.dll.config b/bin/Mono.Data.Sqlite.dll.config
index 0c5e941..b704035 100644
--- a/bin/Mono.Data.Sqlite.dll.config
+++ b/bin/Mono.Data.Sqlite.dll.config
@@ -1,4 +1,4 @@
-
+
--
cgit v1.1
From dd72a69ea54893b9d6d16f7d388e5fe12058fd9e Mon Sep 17 00:00:00 2001
From: Marck
Date: Mon, 28 Mar 2011 13:11:23 +0200
Subject: More touchup for SQLite.
Apply the same change to both the 32-bit and 64-bit DLL target paths. This makes the previous addition to the instructions in the README for running on Linux unnecessary.
---
bin/Mono.Data.Sqlite.dll.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/Mono.Data.Sqlite.dll.config b/bin/Mono.Data.Sqlite.dll.config
index b704035..6a95476 100644
--- a/bin/Mono.Data.Sqlite.dll.config
+++ b/bin/Mono.Data.Sqlite.dll.config
@@ -1,4 +1,4 @@
-
+
--
cgit v1.1
From 2d209d3844a58a4d27fe15aa5ccd497bbd530707 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Mon, 28 Mar 2011 16:46:04 -0700
Subject: Fix mantis #5413. WARNING: new config variable in section
[GridService] of the simulators called Gatekeeper -- intended to have the URL
of the grid's Gatekeeper service (so that it can be checked against). See
ini.examples.
---
bin/config-include/GridCommon.ini.example | 6 ++++++
bin/config-include/StandaloneCommon.ini.example | 5 +++++
2 files changed, 11 insertions(+)
(limited to 'bin')
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 4dc0e53..a6fe4b1 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -45,6 +45,12 @@
;; Directory for map tile images of linked regions
; MapTileDirectory = "./maptiles"
+ ; === HG ONLY ===
+ ;; change this to the address of your Gatekeeper service
+ ;; (usually bundled with the rest of the services in one
+ ;; Robust server in port 8002, but not always)
+ Gatekeeper="http://mygridserver.com:8002"
+
[AvatarService]
;
; change this to your grid-wide grid server
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 816e9a6..995a33e 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -78,6 +78,11 @@
;; For example:
Region_Welcome_Area = "DefaultRegion, FallbackRegion"
+ ; === HG ONLY ===
+ ;; change this to the address of your simulator
+ Gatekeeper="http://127.0.0.1:9000"
+
+
[LibraryModule]
; Set this if you want to change the name of the OpenSim Library
;LibraryName = "My World's Library"
--
cgit v1.1