From 51e03617e9c5f9f04ac555005bbd150187f13066 Mon Sep 17 00:00:00 2001 From: Melanie Date: Sun, 26 Sep 2010 02:31:37 +0100 Subject: [PATCH] Changes to preceding patch to make it conform to inifile formats. BLANK LINE before each comment/option group, and DOUBLE SEMICOLONS before pure text comments in OpenSim.ini.exemaple --- bin/OpenSim.ini.example | 6 +++--- bin/OpenSimDefaults.ini | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index abd4d40589..2b78014968 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -545,9 +545,9 @@ ;; false to allow script controlled underground positioning of ;; prims ; DisableUndergroundMovement = true - ; - ; Path to script engine assemblies - ; Default is ./bin/ScriptEngines + + ;; Path to script engine assemblies + ;; Default is ./bin/ScriptEngines ; ScriptEnginesPath = "ScriptEngines" [MRM] diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index d20a91d3e4..355c546895 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -999,7 +999,7 @@ ; false to allow script controlled underground positioning of ; prims ; DisableUndergroundMovement = true - ; + ; Path to script engine assemblies ; Default is ./bin/ScriptEngines ; ScriptEnginesPath = "ScriptEngines"