From 23aa85b75da2d20af4be2bc2fa3d258c4d258aff Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 29 Apr 2009 18:03:31 +0000 Subject: [PATCH] * Make scene.oar the default oar target rather than scene.oar.tar.gz, in an attempt to reduce confusion --- OpenSim/Region/Application/OpenSimBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 6838ab5609..87898774c5 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -76,7 +76,7 @@ namespace OpenSim /// /// The file used to load and save an opensim archive if no filename has been specified /// - protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar.gz"; + protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar"; public ConfigSettings ConfigurationSettings {