From 11031abf263eb5bf25feefef04f770a55e2c0128 Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Mon, 14 Jul 2014 10:55:13 +0300 Subject: Changed the default XBakes directory to a local path: "./bakes". Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063 --- bin/Robust.HG.ini.example | 5 ++--- bin/Robust.ini.example | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index c51a626..489810e 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -662,6 +662,5 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset [BakedTextureService] LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" - ;; This directory must exist and be writable for the user ROBUST runs as - BaseDirectory = "/data/bakes" - + ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. + BaseDirectory = "./bakes" diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 203c0e0..14c66a0 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -465,9 +465,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" - [BakedTextureService] LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" - ;; This directory must exist and be writable for the user ROBUST runs as - BaseDirectory = "/data/bakes" + ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. + BaseDirectory = "./bakes" -- cgit v1.1