write IAR control file first in the archive rather than last

This commit is contained in:
Justin Clark-Casey (justincc)
2010-10-22 18:39:40 +01:00
parent e7f184345e
commit bb28726a8b
2 changed files with 8 additions and 5 deletions

View File

@@ -171,7 +171,8 @@ namespace OpenSim.Region.CoreModules.World.Archiver
m_log.InfoFormat("[ARCHIVER]: Creating archive file. This may take some time.");
// Write out control file
// Write out control file. This has to be done first so that subsequent loaders will see this file first
// XXX: I know this is a weak way of doing it since external non-OAR aware tar executables will not do this
archiveWriter.WriteFile(ArchiveConstants.CONTROL_FILE_PATH, Create0p2ControlFile(options));
m_log.InfoFormat("[ARCHIVER]: Added control file to archive.");