* Revert last commit for now at Melanie_T's request.

* Additional ways of configuring opensim break with this
soprefactor
Teravus Ovares (Dan Olivares) 2010-05-16 01:47:53 -04:00
parent 019925bb2f
commit d4192dcb2e
1 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ namespace OpenSim
// Validate that the user has the most basic configuration done // Validate that the user has the most basic configuration done
// If not, offer to do the most basic configuration for them warning them along the way of the importance of // If not, offer to do the most basic configuration for them warning them along the way of the importance of
// reading these files. // reading these files.
/*
m_log.Info("Checking for reguired configuration...\n"); m_log.Info("Checking for reguired configuration...\n");
bool OpenSim_Ini = (File.Exists(Path.Combine(Util.configDir(), "OpenSim.ini"))) bool OpenSim_Ini = (File.Exists(Path.Combine(Util.configDir(), "OpenSim.ini")))
@ -225,7 +226,7 @@ namespace OpenSim
} }
MainConsole.Instance = null; MainConsole.Instance = null;
} }
*/
configSource.Alias.AddAlias("On", true); configSource.Alias.AddAlias("On", true);
configSource.Alias.AddAlias("Off", false); configSource.Alias.AddAlias("Off", false);
configSource.Alias.AddAlias("True", true); configSource.Alias.AddAlias("True", true);