From 69fdd0d3e862ab623fa63c9ad1fd940d739d88c5 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 27 May 2008 22:49:34 +0000 Subject: * Write prim archives out as v7 tar files temporarily for testing purposes - not even gzipping yet! * Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet --- OpenSim/Region/Application/OpenSimMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application/OpenSimMain.cs') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index dec0311..9e79505 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -70,7 +70,7 @@ namespace OpenSim /// /// The file use to load and save an opensim archive if none has been specified /// - protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.zip"; + protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar"; public string m_physicsEngine; public string m_meshEngineName; -- cgit v1.1