From 13929613b171c90d4bf634ebb33bdb1180eea7ee Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 20 Jul 2012 23:18:41 +0100 Subject: [PATCH] Move RegionConfig.ini.example into bin/Regions/Regions.ini.example - all other example files are in the same directory as their real files. Only files ending in .ini and .xml are actually loaded. Also improves the help at the top of Regions.ini.example to mention that OpenSimulator would generate Regions.ini anyway on first startup. --- .../Regions.ini.example} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename bin/{RegionConfig.ini.example => Regions/Regions.ini.example} (56%) diff --git a/bin/RegionConfig.ini.example b/bin/Regions/Regions.ini.example similarity index 56% rename from bin/RegionConfig.ini.example rename to bin/Regions/Regions.ini.example index ff00ddf022..54a841d5f2 100644 --- a/bin/RegionConfig.ini.example +++ b/bin/Regions/Regions.ini.example @@ -1,7 +1,11 @@ -; * This file must be renamed to RegionConfig.ini and moved to the Regions/ -; * subdirectory to work! +; * This is an example region config file. +; * +; * If OpenSimulator is started up without any regions, it will ask you configuration questions to generate a Regions.ini file for you. +; * So there is no need to change this file directly, it is only for reference. +; * However, if you prefer you can also copy this file to Regions.ini and appropriately change the parameters below. +; * Only files ending with .ini and .xml in this directly will be loaded by OpenSimulator. ; * -; * You can put multiple regions into one file or make one file per region +; * You can multiple regions into one file or make one file per region ; * The section name is the region name ; *