aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-29 18:03:31 +0000
committerJustin Clarke Casey2009-04-29 18:03:31 +0000
commit23aa85b75da2d20af4be2bc2fa3d258c4d258aff (patch)
tree6526b13571c47aadd537535b5352dc028d71d8df
parent* Add missing System.Reflection reference from last commit (diff)
downloadopensim-SC_OLD-23aa85b75da2d20af4be2bc2fa3d258c4d258aff.zip
opensim-SC_OLD-23aa85b75da2d20af4be2bc2fa3d258c4d258aff.tar.gz
opensim-SC_OLD-23aa85b75da2d20af4be2bc2fa3d258c4d258aff.tar.bz2
opensim-SC_OLD-23aa85b75da2d20af4be2bc2fa3d258c4d258aff.tar.xz
* Make scene.oar the default oar target rather than scene.oar.tar.gz, in an attempt to reduce confusion
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 6838ab5..8789877 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -76,7 +76,7 @@ namespace OpenSim
76 /// <summary> 76 /// <summary>
77 /// The file used to load and save an opensim archive if no filename has been specified 77 /// The file used to load and save an opensim archive if no filename has been specified
78 /// </summary> 78 /// </summary>
79 protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar.gz"; 79 protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar";
80 80
81 public ConfigSettings ConfigurationSettings 81 public ConfigSettings ConfigurationSettings
82 { 82 {